Add Flask-Cache to extensions
This commit is contained in:
parent
2d7ab7fda7
commit
e377aee099
1 changed files with 9 additions and 1 deletions
|
|
@ -177,7 +177,15 @@ extensions = [
|
|||
docs='http://packages.python.org/Flask-Creole',
|
||||
bitbucket='aafshar/flask-creole-main',
|
||||
approved=True
|
||||
)
|
||||
),
|
||||
Extension('Flask-Cache', 'Thadeus Burgess',
|
||||
description='''
|
||||
<p>Adds cache support to your Flask application.
|
||||
''',
|
||||
docs='http://packages.python.org/Flask-Cache',
|
||||
github='thadeusb/flask-cache',
|
||||
),
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue