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.
2 parents 763ada9 + 7aec646 commit 3b5569aCopy full SHA for 3b5569a
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,<=1.20 # MIT
+urllib3>=1.19.1,!=1.20 # 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 (>=1.19.1,<=1.20)",
+ "urllib3!=1.21",
37
"python-dateutil",
38
"pyyaml",
39
"websocket-client",
0 commit comments