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
Flask
Flask-Migrate
Flask-RESTful
Flask-SQLAlchemy
flask_replicated
inflection

View File

@ -28,6 +28,8 @@ flask-migrate==2.6.0
# manual debug
flask-replicated==1.4
# manual debug
flask-restful==0.3.8
# manual debug
flask-sqlalchemy==2.4.4
# manual debug
inflection==0.5.1