We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04b8f3 commit cd5aa95Copy full SHA for cd5aa95
setup.py
@@ -3,7 +3,7 @@
3
# Metadata goes in setup.cfg. These are here for GitHub's dependency graph.
4
setup(
5
name="Flask-Caching",
6
- install_requires=["Flask"],
+ install_requires=["cachelib", "Flask"],
7
tests_require=[
8
"pytest",
9
"pytest-xprocess",
0 commit comments