updating dependencies
This commit is contained in:
parent
ee41fb4fc2
commit
a7104b6b94
2 changed files with 9 additions and 9 deletions
|
@ -21,7 +21,7 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit
|
|||
# Requirements
|
||||
|
||||
- Netbox >= 2.6
|
||||
- Python >= 3.4
|
||||
- Python >= 3.8
|
||||
- [pynetbox](https://github.com/digitalocean/pynetbox/)
|
||||
- [python3-netaddr](https://github.com/drkjam/netaddr)
|
||||
- [python3-netifaces](https://github.com/al45tair/netifaces)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pynetbox==6.1.2
|
||||
netaddr==0.8.0
|
||||
netifaces==0.11.0
|
||||
pyyaml==6.0.1
|
||||
jsonargparse==3.11.2
|
||||
python-slugify==8.0.1
|
||||
packaging==23.1
|
||||
distro==1.8.0
|
||||
pynetbox~=7.3.4
|
||||
netaddr~=1.3.0
|
||||
netifaces~=0.11.0
|
||||
pyyaml~=6.0.1
|
||||
jsonargparse~=4.32.0
|
||||
python-slugify~=8.0.4
|
||||
packaging~=23.2
|
||||
distro~=1.9.0
|
||||
|
|
Loading…
Reference in a new issue