added Flask-Principal
This commit is contained in:
parent
e377aee099
commit
da549b5cc4
1 changed files with 8 additions and 1 deletions
|
|
@ -185,7 +185,14 @@ extensions = [
|
||||||
docs='http://packages.python.org/Flask-Cache',
|
docs='http://packages.python.org/Flask-Cache',
|
||||||
github='thadeusb/flask-cache',
|
github='thadeusb/flask-cache',
|
||||||
),
|
),
|
||||||
|
Extension('Flask-Principal', 'Ali Afshar',
|
||||||
|
description='''
|
||||||
|
<p>Identity management for Flask.
|
||||||
|
''',
|
||||||
|
docs='http://packages.python.org/Flask-Principal',
|
||||||
|
bitbucket='aafshar/flask-principal-main',
|
||||||
|
approved=False
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue