Skip to content

Commit

Permalink
relax cachelib version (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
northernSage committed May 19, 2024
1 parent 32983af commit 7fcb14d
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"],
install_requires=["cachelib >= 0.9.0", "Flask"],
)

0 comments on commit 7fcb14d

Please sign in to comment.