We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32983af commit 7fcb14dCopy full SHA for 7fcb14d
setup.py
@@ -3,5 +3,5 @@
3
# Metadata goes in setup.cfg. These are here for GitHub's dependency graph.
4
setup(
5
name="Flask-Caching",
6
- install_requires=["cachelib >= 0.9.0, < 0.10.0", "Flask"],
+ install_requires=["cachelib >= 0.9.0", "Flask"],
7
)
0 commit comments