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 1cfd9d2 commit 99369d6Copy full SHA for 99369d6
setup.py
@@ -11,8 +11,8 @@
11
'iso8601>=0.1.14',
12
'six>=1.11.0',
13
'qiniu==7.3.1',
14
- "requests<=2.31.0; python_version == '3.9'"
15
- "urllib3<=1.26.18; python_version == '3.9'"
+ "requests<=2.31.0; python_version == '3.9'",
+ "urllib3<=1.26.18; python_version == '3.9'",
16
'requests-toolbelt>=1.0.0',
17
'Werkzeug>=0.16.0,<2.0.0',
18
'secure-cookie>=0.1.0,<1.0.0',
0 commit comments