Enlisted Flask-Genshi

This commit is contained in:
Armin Ronacher 2010-05-30 21:42:20 +02:00
parent 38783921ff
commit 2693f3c1e3

View file

@ -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