Skip to content

Commit

Permalink
allow Flask 3 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett authored Oct 7, 2023
1 parent 2be56d6 commit 196abbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Metadata goes in setup.cfg. These are here for GitHub's dependency graph.
setup(
name="Flask-Caching",
install_requires=["cachelib >= 0.9.0, < 0.10.0", "Flask < 3"],
install_requires=["cachelib >= 0.9.0, < 0.10.0", "Flask"],
)

0 comments on commit 196abbf

Please sign in to comment.