Added Flask-Creole to the list of approved extensions
This commit is contained in:
parent
8a54dd4b6d
commit
77b90f7b26
1 changed files with 8 additions and 0 deletions
|
|
@ -160,6 +160,14 @@ extensions = [
|
|||
''',
|
||||
docs='http://sjl.bitbucket.org/flask-lesscss/',
|
||||
bitbucket='sjl/flask-lesscss'
|
||||
),
|
||||
Extension('Flask-Creole', 'Ali Afshar',
|
||||
description='''
|
||||
<p>Creole parser filters for Flask.
|
||||
''',
|
||||
docs='http://packages.python.org/Flask-Creole',
|
||||
bitbucket='aafshar/flask-creole-main',
|
||||
approved=True
|
||||
)
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue