fix(readme): required Netbox version

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

1
.gitignore vendored
View file

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

View file

@ -20,7 +20,7 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit
# Requirements
- Netbox >= 2.6
- Netbox >= 3.7
- Python >= 3.7
- [pynetbox](https://github.com/digitalocean/pynetbox/)
- [python3-netaddr](https://github.com/drkjam/netaddr)