Skip to content

Commit

Permalink
Merge pull request #28 from eic/wdconinc-patch-1
Browse files Browse the repository at this point in the history
fix: flask-compress>=1.8.0 for @compress.compressed()
  • Loading branch information
DraTeots authored Oct 30, 2024
2 parents fadbf1d + d315827 commit f768fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrobird/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"click", "rich", "pyyaml", "flask", "flask-cors", "flask-compress", "json5", "uproot"
"click", "rich", "pyyaml", "flask", "flask-cors", "flask-compress>=1.8.0", "json5", "uproot"
]

[project.optional-dependencies]
Expand Down

0 comments on commit f768fb7

Please sign in to comment.