forked from DigiFi/digifi-BankToProductCore
[add]: Database connection and migrations
This commit is contained in:
@@ -1,11 +1,29 @@
|
||||
# Flask and Extensions
|
||||
Flask==2.3.3
|
||||
|
||||
# Schema for validations
|
||||
Flask-Marshmallow==0.15.0
|
||||
marshmallow==3.19.0
|
||||
|
||||
# CORS
|
||||
Flask-Cors==3.0.10
|
||||
|
||||
# Deployment
|
||||
gunicorn
|
||||
|
||||
# Swagger
|
||||
flask-swagger-ui
|
||||
|
||||
# Database
|
||||
flask-sqlalchemy
|
||||
flask-migrate
|
||||
psycopg2-binary
|
||||
alembic
|
||||
|
||||
|
||||
# Env
|
||||
python-dotenv
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user