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.
2 parents d9506ca + 3b27159 commit 529d173Copy full SHA for 529d173
benchmarks/bm_flaskblogging/pyproject.toml
@@ -4,6 +4,7 @@ dependencies = [
4
"Flask",
5
"Flask-Blogging",
6
"requests",
7
+ "legacy-cgi",
8
]
9
dynamic = ["version"]
10
benchmarks/bm_flaskblogging/requirements.txt
@@ -12,7 +12,8 @@ Flask-WTF==0.14.3
12
idna==2.10
13
itsdangerous==1.1.0
14
Jinja2==2.11.2
15
-Markdown==3.3.2
+legacy-cgi==2.6
16
+Markdown==3.5.2
17
MarkupSafe==1.1.1
18
python-slugify==4.0.1
19
requests==2.30.0
0 commit comments