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 479cd93 commit 35e546eCopy full SHA for 35e546e
requirements.txt
@@ -4,7 +4,7 @@ iso8601>=0.1.14
4
six>=1.11.0
5
qiniu>=7.1.4,<7.2.4
6
requests>=2.25.1
7
-Werkzeug>=0.16.0,<=2.0.0
+Werkzeug>=0.16.0,<2.0.0
8
secure-cookie>=0.1.0,<1.0.0
9
gevent>=21.1.0,<22.0.0
10
typing; python_version < '3.5'
setup.py
@@ -12,7 +12,7 @@
12
'six>=1.11.0',
13
'qiniu>=7.1.4,<7.2.4',
14
'requests>=2.25.1',
15
- 'Werkzeug>=0.16.0,<=2.0.0',
+ 'Werkzeug>=0.16.0,<2.0.0',
16
'secure-cookie>=0.1.0,<1.0.0',
17
'gevent>=21.1.0,<22.0.0',
18
"typing; python_version < '3.5'"
0 commit comments