From bf40182dac3a8e7ba91b7aa2d67b047f6c3dfb86 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 4 Sep 2019 14:27:34 +0200 Subject: [PATCH 1/2] Lighten netdisco --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 103fc0a..6b08fc2 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def get_git_commit_datetime() -> str: 'dateparser==0.7.1', 'jinja2>=2.10', 'jsonpath-rw==1.4.0', - 'netdisco==2.6.0', + 'netdisco>=2.6.0,>3', 'regex==2019.04.14', 'ruamel.yaml==0.15.96', 'requests==2.22.0', From 669036bf9bad11a3462ea5a3447ac7561b3ffc61 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 4 Sep 2019 14:31:10 +0200 Subject: [PATCH 2/2] Fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b08fc2..dd9470b 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def get_git_commit_datetime() -> str: 'dateparser==0.7.1', 'jinja2>=2.10', 'jsonpath-rw==1.4.0', - 'netdisco>=2.6.0,>3', + 'netdisco>=2.6.0,<3', 'regex==2019.04.14', 'ruamel.yaml==0.15.96', 'requests==2.22.0',