From 1d69f4e2f07364a28a273294ee0e0723a47430f9 Mon Sep 17 00:00:00 2001 From: clbu Date: Wed, 9 Oct 2024 15:12:39 +0200 Subject: [PATCH] python version compatible with dependencies --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bc7b989..b33172f 100644 --- a/.gitignore +++ b/.gitignore @@ -182,3 +182,4 @@ dmypy.json netbox-docker /.vscode +class_diagram/ diff --git a/README.md b/README.md index f0e8473..fce44ce 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit # Requirements - Netbox >= 2.6 -- Python >= 3.8 +- Python >= 3.7 - [pynetbox](https://github.com/digitalocean/pynetbox/) - [python3-netaddr](https://github.com/drkjam/netaddr) - [python3-netifaces](https://github.com/al45tair/netifaces)