Skip to content

Commit

Permalink
Add dependency to a newer version of urllib3 that fixes ssl host chec…
Browse files Browse the repository at this point in the history
…k with ipaddress
  • Loading branch information
mbohlool committed Nov 16, 2016
1 parent 452ec94 commit 16ce003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# 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,
Expand Down

0 comments on commit 16ce003

Please sign in to comment.