From 9c80dfd72a0655be90b22dd692d3350bed1ff951 Mon Sep 17 00:00:00 2001 From: Roshan Pawar Date: Mon, 28 Aug 2017 17:35:25 +1200 Subject: [PATCH] not restrictive dependencies. restrict only to the version... not restrictive dependencies. restrict only to the version... --- setup.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 22b8f20..08ce109 100644 --- a/setup.py +++ b/setup.py @@ -34,12 +34,12 @@ 'zapcli.commands', ], install_requires=[ - 'click==4.0', - 'python-owasp-zap-v2.4==0.0.11', - 'requests==2.13.0', - 'tabulate==0.7.5', - 'termcolor==1.1.0', - 'six==1.10.0', + 'click>=4.0,<5', + 'python-owasp-zap-v2.4>=0.0.11,<0.1', + 'requests>=2.13.0,<3', + 'tabulate>=0.7.5,<0.8', + 'termcolor>=1.1.0,<2', + 'six>=1.10.0,<2', ], extras_require={ 'dev': [