Move from deprecated flask-cache to flask-caching (#4944)

It appears the officially maintained fork of flask-cache is
flask-caching https://github.com/sh4nks/flask-caching . It is fully
compatible with flask-cache.
This commit is contained in:
Maxime Beauchemin
2018-05-07 23:18:46 -07:00
committed by GitHub
parent 374482bcde
commit 45ffed9976
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ setup(
'cryptography',
'flask',
'flask-appbuilder',
'flask-cache',
'flask-caching',
'flask-compress',
'flask-migrate',
'flask-script',