Support Netbox 3 #305

Merged
CllaudiaB merged 8 commits from version into master 2024-10-17 10:37:09 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 40af19e801 - Show all commits

1
.gitignore vendored
View file

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

View file

@ -20,7 +20,7 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit
# Requirements # Requirements
- Netbox >= 2.6 - Netbox >= 3.7
- Python >= 3.7 - 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)