We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2553388 commit f5d7cf9Copy full SHA for f5d7cf9
requirements.txt
@@ -6,4 +6,4 @@ requests>=2.17.3
6
tabulate>=0.7.7
7
six>=1.10.0
8
configparser>=0.3.5;python_version < "3.6"
9
-urllib3>=1.26.7,<2.0.0
+urllib3>=1.26.7,<3
setup.py
@@ -42,7 +42,7 @@
42
'tabulate>=0.7.7',
43
'six>=1.10.0',
44
'configparser>=0.3.5;python_version < "3.6"',
45
- 'urllib3>=1.26.7,<2.0.0'
+ 'urllib3>=1.26.7,<3'
46
],
47
entry_points='''
48
[console_scripts]
0 commit comments