Adicionar flask_migrate como requirement

This commit is contained in:
Augusto Gunsch 2021-10-18 18:38:30 -03:00
parent b7126374c7
commit 76db956537
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
Werkzeug==2.0.2
Flask_SQLAlchemy==2.5.1
flask_marshmallow==0.14.0
requests==2.26.0
SQLAlchemy==1.4.25
aiohttp==3.7.4.post0
Werkzeug==2.0.2
Flask==2.0.2
SQLAlchemy==1.4.25
Flask_Migrate==3.1.0
flask_marshmallow==0.14.0
PyJWT==2.3.0