Exclude urllib3 version 1.21 from dependencies #197

This commit is contained in:
mbohlool 2017-04-26 14:00:22 -07:00
parent 58c4e8fdec
commit eb418d24ae
2 changed files with 2 additions and 2 deletions

View File

@ -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.21 # MIT
pyyaml>=3.12 # MIT
oauth2client>=4.0.0 # Apache-2.0
ipaddress>=1.0.17 # PSF

View File

@ -33,7 +33,7 @@ REQUIRES = [
"oauth2client",
"setuptools",
"six",
"urllib3",
"urllib3!=1.21",
"python-dateutil",
"pyyaml",
"websocket-client",