Enlisted Flask-Genshi
This commit is contained in:
parent
38783921ff
commit
2693f3c1e3
1 changed files with 8 additions and 0 deletions
|
|
@ -56,6 +56,14 @@ database = [
|
|||
bitbucket='leafstorm/flask-xml-rpc',
|
||||
docs='http://packages.python.org/Flask-XML-RPC/'
|
||||
),
|
||||
Extension('Flask-Genshi', 'Dog Odenhall',
|
||||
description='''
|
||||
<p>Adds support for the <a href="http://genshi.edgewall.org/">Genshi</a>
|
||||
templating language to Flask applications.
|
||||
''',
|
||||
bitbucket='dag/flask-genshi',
|
||||
docs='http://packages.python.org/Flask-Genshi/'
|
||||
),
|
||||
Extension('flask-csrf', 'Steve Losh',
|
||||
description='''
|
||||
<p>A small Flask extension for adding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue