From 40af19e8017ba0d3ccbdbface3b2741afd86c17a Mon Sep 17 00:00:00 2001 From: clbu Date: Wed, 9 Oct 2024 15:32:25 +0200 Subject: [PATCH] fix(readme): required Netbox version --- .gitignore | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b33172f..bc7b989 100644 --- a/.gitignore +++ b/.gitignore @@ -182,4 +182,3 @@ dmypy.json netbox-docker /.vscode -class_diagram/ diff --git a/README.md b/README.md index fce44ce..d9414bf 100644 --- a/README.md +++ b/README.md @@ -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)