Add flask-restful in dependencies.
This commit is contained in:
parent
afd3ad005b
commit
4f29c4c455
@ -1,15 +1,21 @@
|
|||||||
alembic==0.7.6
|
alembic==0.7.6
|
||||||
|
aniso8601==1.0.0
|
||||||
Flask==0.10.1
|
Flask==0.10.1
|
||||||
Flask-HTTPAuth==2.5.0
|
Flask-HTTPAuth==2.5.0
|
||||||
Flask-Migrate==1.4.0
|
Flask-Migrate==1.4.0
|
||||||
|
Flask-RESTful==0.3.3
|
||||||
Flask-Script==2.0.5
|
Flask-Script==2.0.5
|
||||||
Flask-SQLAlchemy==2.0
|
Flask-SQLAlchemy==2.0
|
||||||
Flask-WTF==0.11
|
Flask-WTF==0.11
|
||||||
|
ipdb==0.8.1
|
||||||
|
ipython==3.1.0
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
Jinja2==2.7.3
|
Jinja2==2.7.3
|
||||||
Mako==1.0.1
|
Mako==1.0.1
|
||||||
MarkupSafe==0.23
|
MarkupSafe==0.23
|
||||||
psycopg2==2.6
|
psycopg2==2.6
|
||||||
|
pytz==2015.4
|
||||||
|
six==1.9.0
|
||||||
SQLAlchemy==1.0.4
|
SQLAlchemy==1.0.4
|
||||||
Werkzeug==0.10.4
|
Werkzeug==0.10.4
|
||||||
wheel==0.24.0
|
wheel==0.24.0
|
||||||
|
Loading…
Reference in New Issue
Block a user