8000
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 4a190dd + bc33850 commit 2d06710Copy full SHA for 2d06710
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.20 # MIT
6
pyyaml>=3.1 8BB0 2 # 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.19.1,<=1.20)",
37
"python-dateutil",
38
"pyyaml",
39
"websocket-client",
0 commit comments