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 afeec01 commit 3b0a2b8Copy full SHA for 3b0a2b8
requirements.txt
@@ -14,8 +14,8 @@ pyotp>=2.2.6
14
requests>=2.19.1
15
unittest2>=1.1.0
16
chardet>=3.0.4
17
-urllib3>=1.23
18
boto>=2.49.0
+urllib3==1.23
19
nose==1.3.7
20
ipdb==0.11
21
flake8==3.5.0
setup.py
@@ -66,8 +66,8 @@
66
'requests>=2.19.1',
67
'unittest2>=1.1.0',
68
'chardet>=3.0.4',
69
- 'urllib3>=1.23',
70
'boto>=2.49.0',
+ 'urllib3==1.23', # Keep at ==1.23
71
'nose==1.3.7', # Keep at ==1.3.7
72
'ipdb==0.11',
73
'flake8==3.5.0',
0 commit comments