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 2876164 commit 23cc767Copy full SHA for 23cc767
requirements.server.txt
@@ -5,3 +5,4 @@ gunicorn==19.9.0
5
Jinja2==3.1.6
6
progressbar2
7
pyyaml==6.0
8
+Werkzeug==3.1.3
setup.py
@@ -122,7 +122,6 @@
122
"Jinja2",
123
"MarkupSafe==1.1.1",
124
"SQLAlchemy==1.3.24",
125
- "Werkzeug==0.15.6",
126
"itsdangerous==0.24",
127
"python-gnupg==0.3.7",
128
"pytz==2016.10",
@@ -133,6 +132,7 @@
133
132
"click==6.7",
134
"requests",
135
"certifi"
+ "Werkzeug",
136
],
137
138
ext_modules=[cPerf],
0 commit comments