-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
40 lines (39 loc) · 872 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ClusterShell = "==1.9.2"
GitPython = "==3.1.44"
Jinja2 = "==3.1.5"
PyYAML = "==6.0.2"
ansible-runner = "==2.4.0"
ara = "==1.7.2"
celery = {version = "==5.4.0", extras = ["redis"]}
cliff = "==4.8.0"
deepdiff = "==8.1.1"
docker = "==7.1.0"
dtrack-auditor = "==1.5.0"
flower = "==2.0.1"
hiredis = "==3.1.0"
huey = "==2.5.2"
jc = "==1.25.4"
keystoneauth1 = "==5.9.1"
kombu = "==5.4.2"
kubernetes = "==31.0.0"
loguru = "==0.7.3"
netmiko = "==4.5.0"
nornir = "==3.5.0"
nornir-ansible = "==2023.12.28"
openstacksdk = "==4.2.0"
pottery = "==3.0.0"
prompt-toolkit = "==3.0.48"
pydantic = "==1.10.20"
pynetbox = "==7.4.1"
pytest-testinfra = "==10.1.1"
python-dateutil = "==2.9.0.post0"
setuptools = "==75.8.0"
sqlmodel = "==0.0.22"
sushy = "==5.4.0"
transitions = "==0.9.2"
watchdog = "==6.0.0"