Skip to content

Commit 9532300

Browse files
authored
Merge pull request #46 from wavefrontHQ/ustinov-patch-1
Update Minimum Versions for Required Packages.
2 parents ca1618e + eff3c34 commit 9532300

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
2424

25-
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
25+
REQUIRES = ["certifi>=2017.4.17",
26+
"python-dateutil>=2.1",
27+
"six>=1.10",
28+
"urllib3>=1.21.1"]
2629

2730
setup(
2831
name=NAME,

0 commit comments

Comments
 (0)