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 2cb9725 commit cbe4c91Copy full SHA for cbe4c91
setup.py
@@ -40,7 +40,7 @@ def get_file_text(file_name):
40
install_requires=[
41
'urllib3>=1.25.7; python_version<="3.4"',
42
'urllib3>=1.26.9; python_version>="3.5"',
43
- 'urllib3>=1.26.11"; python_version >="3.6"',
+ 'urllib3>=1.26.11; python_version >="3.6"',
44
"certifi",
45
],
46
extras_require={
0 commit comments