Listed Flask-Testing
This commit is contained in:
parent
d3bdcb41e4
commit
b6c56456fa
1 changed files with 7 additions and 1 deletions
|
|
@ -90,11 +90,17 @@ database = [
|
||||||
description='''
|
description='''
|
||||||
<p>Flask-WTF offers simple integration with WTForms. This
|
<p>Flask-WTF offers simple integration with WTForms. This
|
||||||
integration includes optional CSRF handling for greater security.
|
integration includes optional CSRF handling for greater security.
|
||||||
|
|
||||||
''',
|
''',
|
||||||
bitbucket='danjac/flask-wtf',
|
bitbucket='danjac/flask-wtf',
|
||||||
docs='http://packages.python.org/Flask-WTF/'
|
docs='http://packages.python.org/Flask-WTF/'
|
||||||
),
|
),
|
||||||
|
Extension('Flask-Testing', 'Dan Jacob',
|
||||||
|
description='''
|
||||||
|
<p>The Flask-Testing extension provides unit testing utilities for Flask.
|
||||||
|
''',
|
||||||
|
bitbucket='danjac/flask-testing',
|
||||||
|
docs='http://packages.python.org/Flask-Testing/'
|
||||||
|
),
|
||||||
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