python version compatible with dependencies
This commit is contained in:
parent
a7104b6b94
commit
1d69f4e2f0
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -182,3 +182,4 @@ dmypy.json
|
||||||
|
|
||||||
netbox-docker
|
netbox-docker
|
||||||
/.vscode
|
/.vscode
|
||||||
|
class_diagram/
|
||||||
|
|
|
@ -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.8
|
- Python >= 3.7
|
||||||
- [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)
|
||||||
|
|
Loading…
Reference in a new issue