Skip to content

Commit

Permalink
Merge pull request kubernetes-client#198 from mbohlool/dep
Browse files Browse the repository at this point in the history
Depend on urllib3 version <= 1.20
  • Loading branch information
mbohlool authored Apr 25, 2017
2 parents 4a190dd + bc33850 commit 2d06710
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 # MPL
six>=1.9.0 # MIT
python-dateutil>=2.5.3 # BSD
setuptools>=21.0.0 # PSF/ZPL
urllib3>=1.19.1 # MIT
urllib3>=1.19.1,<=1.20 # MIT
pyyaml>=3.12 # MIT
oauth2client>=4.0.0 # Apache-2.0
ipaddress>=1.0.17 # PSF
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"oauth2client",
"setuptools",
"six",
"urllib3",
"urllib3 (>=1.19.1,<=1.20)",
"python-dateutil",
"pyyaml",
"websocket-client",
Expand Down

0 comments on commit 2d06710

Please sign in to comment.