Merge 92e2c59448 into 8aa1e00b1e
This commit is contained in:
commit
63a8341535
1 changed files with 11 additions and 0 deletions
|
|
@ -231,6 +231,17 @@ extensions = [
|
|||
github='ask/flask-celery',
|
||||
approved=False
|
||||
),
|
||||
Extension('Frozen-Flask', 'Simon Sapin',
|
||||
description='''
|
||||
<p>
|
||||
Freezes a Flask application into a set of static files.
|
||||
The result can be hosted without any server-side software
|
||||
other than a traditional web server.
|
||||
''',
|
||||
docs='http://packages.python.org/Frozen-Flask/',
|
||||
github='SimonSapin/Frozen-Flask',
|
||||
approved=False
|
||||
),
|
||||
Extension('Flask-FlatPages', 'Simon Sapin',
|
||||
description='''
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue