Skip to content

Commit 7fcb14d

Browse files
authored
relax cachelib version (#568)
1 parent 32983af commit 7fcb14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Metadata goes in setup.cfg. These are here for GitHub's dependency graph.
44
setup(
55
name="Flask-Caching",
6-
install_requires=["cachelib >= 0.9.0, < 0.10.0", "Flask"],
6+
install_requires=["cachelib >= 0.9.0", "Flask"],
77
)

0 commit comments

Comments
 (0)