python version compatible with dependencies

This commit is contained in:
clbu 2024-10-09 15:12:39 +02:00
parent a7104b6b94
commit 1d69f4e2f0
No known key found for this signature in database
GPG key ID: 0891443A5398527F
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -182,3 +182,4 @@ dmypy.json
netbox-docker netbox-docker
/.vscode /.vscode
class_diagram/

View file

@ -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)