From 96b85808e9d77f81f907b75ae46a4cb5c9e381ec Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Thu, 2 May 2024 09:19:10 -0400 Subject: [PATCH] Relax requirement versions The existing requirements were not satisfiable. Removing versions causes pip to resolve automatically which still works with the project --- requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0bc0275..ed9fef9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ certifi==2020.4.5.1 chardet==3.0.4 idna==2.9 pynetbox==4.3.1 -requests==2.23.0 -six==1.15.0 -urllib3==1.26.5 +requests +six +urllib3 +setuptools \ No newline at end of file