This commit is contained in:
2025-11-27 11:59:36 +01:00
parent 39f8b87743
commit 558a4c30f7
15 changed files with 1525 additions and 0 deletions

17
fastprod_backend/Pipfile Normal file
View File

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