Added Flask-WTF
This commit is contained in:
parent
dd8e10009c
commit
d3bdcb41e4
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue