Adicionar flask_migrate como requirement
This commit is contained in:
parent
b7126374c7
commit
76db956537
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue