Support Netbox 3 #305
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
|
# Requirements
|
||||||
|
|
||||||
- Netbox >= 2.6
|
- Netbox >= 2.6
|
||||||
- Python >= 3.4
|
- Python >= 3.8
|
||||||
- [pynetbox](https://github.com/digitalocean/pynetbox/)
|
- [pynetbox](https://github.com/digitalocean/pynetbox/)
|
||||||
- [python3-netaddr](https://github.com/drkjam/netaddr)
|
- [python3-netaddr](https://github.com/drkjam/netaddr)
|
||||||
- [python3-netifaces](https://github.com/al45tair/netifaces)
|
- [python3-netifaces](https://github.com/al45tair/netifaces)
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
pynetbox==6.1.2
|
pynetbox~=7.3.4
|
||||||
netaddr==0.8.0
|
netaddr~=1.3.0
|
||||||
netifaces==0.11.0
|
netifaces~=0.11.0
|
||||||
pyyaml==6.0.1
|
pyyaml~=6.0.1
|
||||||
jsonargparse==3.11.2
|
jsonargparse~=4.32.0
|
||||||
python-slugify==8.0.1
|
python-slugify~=8.0.4
|
||||||
packaging==23.1
|
packaging~=23.2
|
||||||
distro==1.8.0
|
distro~=1.9.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue