Approved WTF and Testing
This commit is contained in:
parent
271f623fb1
commit
bb1eb7aa00
1 changed files with 4 additions and 2 deletions
|
|
@ -128,14 +128,16 @@ extensions = [
|
||||||
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/',
|
||||||
|
approved=True
|
||||||
),
|
),
|
||||||
Extension('Flask-Testing', 'Dan Jacob',
|
Extension('Flask-Testing', 'Dan Jacob',
|
||||||
description='''
|
description='''
|
||||||
<p>The Flask-Testing extension provides unit testing utilities for Flask.
|
<p>The Flask-Testing extension provides unit testing utilities for Flask.
|
||||||
''',
|
''',
|
||||||
bitbucket='danjac/flask-testing',
|
bitbucket='danjac/flask-testing',
|
||||||
docs='http://packages.python.org/Flask-Testing/'
|
docs='http://packages.python.org/Flask-Testing/',
|
||||||
|
approved=True
|
||||||
),
|
),
|
||||||
Extension('Flask-Script', 'Dan Jacob',
|
Extension('Flask-Script', 'Dan Jacob',
|
||||||
description='''
|
description='''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue