Skip to content

Commit cd5aa95

Browse files
authored
setup.py: Add 'cachelib' dependency (#352)
Since #308 added a hard requirement for `cachelib`, add it to user-facing `setup.py` as well (it was previously only added to dev-dependencies).
1 parent a04b8f3 commit cd5aa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Metadata goes in setup.cfg. These are here for GitHub's dependency graph.
44
setup(
55
name="Flask-Caching",
6-
install_requires=["Flask"],
6+
install_requires=["cachelib", "Flask"],
77
tests_require=[
88
"pytest",
99
"pytest-xprocess",

0 commit comments

Comments
 (0)