Skip to content

Commit 529d173

Browse files
authored
Merge pull request #25 from mdboom/fix-flaskblogging2
Fix flaskblogging benchmark
2 parents d9506ca + 3b27159 commit 529d173

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

benchmarks/bm_flaskblogging/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dependencies = [
44
"Flask",
55
"Flask-Blogging",
66
"requests",
7+
"legacy-cgi",
78
]
89
dynamic = ["version"]
910

benchmarks/bm_flaskblogging/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Flask-WTF==0.14.3
1212
idna==2.10
1313
itsdangerous==1.1.0
1414
Jinja2==2.11.2
15-
Markdown==3.3.2
15+
legacy-cgi==2.6
16+
Markdown==3.5.2
1617
MarkupSafe==1.1.1
1718
python-slugify==4.0.1
1819
requests==2.30.0

0 commit comments

Comments
 (0)