Approved Flask-Script
This commit is contained in:
parent
f035aacb35
commit
38dc484d57
1 changed files with 2 additions and 1 deletions
|
|
@ -142,7 +142,8 @@ extensions = [
|
||||||
scripts in Flask. It uses argparse to parse command line arguments.
|
scripts in Flask. It uses argparse to parse command line arguments.
|
||||||
''',
|
''',
|
||||||
bitbucket='danjac/flask-script',
|
bitbucket='danjac/flask-script',
|
||||||
docs='http://packages.python.org/Flask-Script/'
|
docs='http://packages.python.org/Flask-Script/',
|
||||||
|
approved=True
|
||||||
),
|
),
|
||||||
Extension('flask-csrf', 'Steve Losh',
|
Extension('flask-csrf', 'Steve Losh',
|
||||||
description='''
|
description='''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue