Added SQLAlchemy to the extensions
This commit is contained in:
parent
edd79280f0
commit
9ecd7def69
1 changed files with 7 additions and 0 deletions
|
|
@ -49,6 +49,13 @@ database = [
|
|||
github='mitsuhiko/flask-babel',
|
||||
docs='http://packages.python.org/Flask-Babel/'
|
||||
),
|
||||
Extension('Flask-SQLAlchemy', 'Armin Ronacher',
|
||||
description='''
|
||||
<p>Adds SQLAlchemy support to Flask. Quick and easy.
|
||||
''',
|
||||
github='mitsuhiko/flask-sqlalchemy',
|
||||
docs='http://packages.python.org/Flask-SQLAlchemy/'
|
||||
),
|
||||
Extension('Flask-XML-RPC', 'Matthew Frazier',
|
||||
description='''
|
||||
<p>Adds <a href="http://www.xmlrpc.com/">XML-RPC</a> support to Flask.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue