Add flask-restful

This commit is contained in:
Jasmine Schladen 2021-02-17 13:16:16 -08:00
parent bfa1c067d9
commit abdf544e06
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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