Add flask-migrate

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

View File

@ -6,6 +6,7 @@
arrow
cryptography
Flask
Flask-Migrate
Flask-SQLAlchemy
flask_replicated
inflection

View File

@ -24,6 +24,8 @@ imagesize==1.2.0
# via sphinx
flask==1.1.2
# manual debug
flask-migrate==2.6.0
# manual debug
flask-replicated==1.4
# manual debug
flask-sqlalchemy==2.4.4