Add flask-restful
This commit is contained in:
parent
bfa1c067d9
commit
abdf544e06
|
@ -7,6 +7,7 @@ arrow
|
||||||
cryptography
|
cryptography
|
||||||
Flask
|
Flask
|
||||||
Flask-Migrate
|
Flask-Migrate
|
||||||
|
Flask-RESTful
|
||||||
Flask-SQLAlchemy
|
Flask-SQLAlchemy
|
||||||
flask_replicated
|
flask_replicated
|
||||||
inflection
|
inflection
|
||||||
|
|
|
@ -28,6 +28,8 @@ flask-migrate==2.6.0
|
||||||
# manual debug
|
# manual debug
|
||||||
flask-replicated==1.4
|
flask-replicated==1.4
|
||||||
# manual debug
|
# manual debug
|
||||||
|
flask-restful==0.3.8
|
||||||
|
# manual debug
|
||||||
flask-sqlalchemy==2.4.4
|
flask-sqlalchemy==2.4.4
|
||||||
# manual debug
|
# manual debug
|
||||||
inflection==0.5.1
|
inflection==0.5.1
|
||||||
|
|
Loading…
Reference in New Issue