Add dependency to a newer version of urllib3 that fixes ssl host check with ipaddress

This commit is contained in:
mbohlool 2016-11-16 04:19:07 -08:00
parent 4e8cca08d3
commit 98e675ec3c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ certifi >= 14.05.14
six == 1.8.0
python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.15.1
urllib3 >= 1.19.1
pyyaml >= 3.12
oauth2client >= 4.0.0

View File

@ -35,7 +35,7 @@ VERSION = "1.0.0"
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil", "pyyaml", "oauth2client"]
REQUIRES = ["urllib3 >= 1.19", "six >= 1.10", "certifi", "python-dateutil", "pyyaml", "oauth2client"]
setup(
name=NAME,