Skip to content

Commit

Permalink
Merge pull request #25 from mdboom/fix-flaskblogging2
Browse files Browse the repository at this point in the history
Fix flaskblogging benchmark
  • Loading branch information
mdboom authored Mar 6, 2024
2 parents d9506ca + 3b27159 commit 529d173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions benchmarks/bm_flaskblogging/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dependencies = [
"Flask",
"Flask-Blogging",
"requests",
"legacy-cgi",
]
dynamic = ["version"]

Expand Down
3 changes: 2 additions & 1 deletion benchmarks/bm_flaskblogging/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Flask-WTF==0.14.3
idna==2.10
itsdangerous==1.1.0
Jinja2==2.11.2
Markdown==3.3.2
legacy-cgi==2.6
Markdown==3.5.2
MarkupSafe==1.1.1
python-slugify==4.0.1
requests==2.30.0
Expand Down

0 comments on commit 529d173

Please sign in to comment.