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

View File

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