Listed Flask-Script
This commit is contained in:
parent
5d17144d83
commit
89d22c623d
1 changed files with 8 additions and 0 deletions
|
|
@ -101,6 +101,14 @@ database = [
|
||||||
bitbucket='danjac/flask-testing',
|
bitbucket='danjac/flask-testing',
|
||||||
docs='http://packages.python.org/Flask-Testing/'
|
docs='http://packages.python.org/Flask-Testing/'
|
||||||
),
|
),
|
||||||
|
Extension('Flask-Script', 'Dan Jacob',
|
||||||
|
description='''
|
||||||
|
<p>The Flask-Script extension provides support for writing external
|
||||||
|
scripts in Flask. It uses argparse to parse command line arguments.
|
||||||
|
''',
|
||||||
|
bitbucket='danjac/flask-script',
|
||||||
|
docs='http://packages.python.org/Flask-Script/'
|
||||||
|
),
|
||||||
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