Skip to content

Commit eb418d2

Browse files
committed
Exclude urllib3 version 1.21 from dependencies #197
1 parent 58c4e8f commit eb418d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ certifi>=14.05.14 # MPL
22
six>=1.9.0 # MIT
33
python-dateutil>=2.5.3 # BSD
44
setuptools>=21.0.0 # PSF/ZPL
5-
urllib3>=1.19.1 # MIT
5+
urllib3>=1.19.1,!=1.21 # MIT
66
pyyaml>=3.12 # MIT
77
oauth2client>=4.0.0 # Apache-2.0
88
ipaddress>=1.0.17 # PSF

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"oauth2client",
3434
"setuptools",
3535
"six",
36-
"urllib3",
36+
"urllib3!=1.21",
3737
"python-dateutil",
3838
"pyyaml",
3939
"websocket-client",

0 commit comments

Comments
 (0)