Added Flask-WTF

This commit is contained in:
Armin Ronacher 2010-06-29 10:32:47 +02:00
parent dd8e10009c
commit d3bdcb41e4

View file

@ -86,6 +86,15 @@ database = [
bitbucket='danjac/flask-mail', bitbucket='danjac/flask-mail',
docs='http://packages.python.org/flask-mail/' docs='http://packages.python.org/flask-mail/'
), ),
Extension('Flask-WTF', 'Dan Jacob',
description='''
<p>Flask-WTF offers simple integration with WTForms. This
integration includes optional CSRF handling for greater security.
''',
bitbucket='danjac/flask-wtf',
docs='http://packages.python.org/Flask-WTF/'
),
Extension('flask-csrf', 'Steve Losh', Extension('flask-csrf', 'Steve Losh',
description=''' description='''
<p>A small Flask extension for adding <p>A small Flask extension for adding