Skip to content

Commit 99369d6

Browse files
committed
fix: comma
1 parent 1cfd9d2 commit 99369d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
'iso8601>=0.1.14',
1212
'six>=1.11.0',
1313
'qiniu==7.3.1',
14-
"requests<=2.31.0; python_version == '3.9'"
15-
"urllib3<=1.26.18; python_version == '3.9'"
14+
"requests<=2.31.0; python_version == '3.9'",
15+
"urllib3<=1.26.18; python_version == '3.9'",
1616
'requests-toolbelt>=1.0.0',
1717
'Werkzeug>=0.16.0,<2.0.0',
1818
'secure-cookie>=0.1.0,<1.0.0',

0 commit comments

Comments
 (0)