Question 5 TP3

This commit is contained in:
2025-11-15 15:49:53 +01:00
parent 6aadc1e8e1
commit 1948a6c927
8 changed files with 289 additions and 2 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
nornir = "*"
[dev-packages]
[requires]
python_version = "3.12"