Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c4e8f commit eb418d2Copy full SHA for eb418d2
requirements.txt
@@ -2,7 +2,7 @@ certifi>=14.05.14 # MPL
2
six>=1.9.0 # MIT
3
python-dateutil>=2.5.3 # BSD
4
setuptools>=21.0.0 # PSF/ZPL
5
-urllib3>=1.19.1 # MIT
+urllib3>=1.19.1,!=1.21 # MIT
6
pyyaml>=3.12 # MIT
7
oauth2client>=4.0.0 # Apache-2.0
8
ipaddress>=1.0.17 # PSF
setup.py
@@ -33,7 +33,7 @@
33
"oauth2client",
34
"setuptools",
35
"six",
36
- "urllib3",
+ "urllib3!=1.21",
37
"python-dateutil",
38
"pyyaml",
39
"websocket-client",
0 commit comments