Skip to content

Commit cbe4c91

Browse files
chore: remove quotes (#1545)
1 parent 2cb9725 commit cbe4c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_file_text(file_name):
4040
install_requires=[
4141
'urllib3>=1.25.7; python_version<="3.4"',
4242
'urllib3>=1.26.9; python_version>="3.5"',
43-
'urllib3>=1.26.11"; python_version >="3.6"',
43+
'urllib3>=1.26.11; python_version >="3.6"',
4444
"certifi",
4545
],
4646
extras_require={

0 commit comments

Comments
 (0)