Skip to content

Commit

Permalink
Make the flask dependency format compatible with PyPI
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Oct 23, 2024
1 parent 0c1d44c commit b856a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.8"
flask = "^0.12.2 || ^1.0.0 || ^2.0.0 || ^3.0.0"
flask = ">=0.12.2,<4.0.0"
authlib = "^1.2.0"
requests = "^2.20.0"
blinker = "^1.4.0"
Expand Down

0 comments on commit b856a0c

Please sign in to comment.