Enlisted flask-mail
This commit is contained in:
parent
763f7010bd
commit
ff65997980
1 changed files with 8 additions and 0 deletions
|
|
@ -64,6 +64,14 @@ database = [
|
|||
bitbucket='dag/flask-genshi',
|
||||
docs='http://packages.python.org/Flask-Genshi/'
|
||||
),
|
||||
Extension('flask-mail', 'Dan Jacob',
|
||||
description='''
|
||||
<p>Makes sending mails from Flask applications very easy and
|
||||
has also support for unittesting.
|
||||
'''
|
||||
bitbucket='danjac/flask-mail',
|
||||
docs='http://packages.python.org/flask-mail/'
|
||||
),
|
||||
Extension('flask-csrf', 'Steve Losh',
|
||||
description='''
|
||||
<p>A small Flask extension for adding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue