first commit
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# Flask and Extensions
|
||||
Flask==2.3.3
|
||||
|
||||
# Database
|
||||
flask-sqlalchemy
|
||||
flask-migrate
|
||||
psycopg2-binary
|
||||
alembic
|
||||
|
||||
# Schema for validations
|
||||
Flask-Marshmallow==0.15.0
|
||||
marshmallow==3.19.0
|
||||
|
||||
# CORS
|
||||
Flask-Cors==3.0.10
|
||||
|
||||
# Deployment
|
||||
gunicorn
|
||||
|
||||
# Swagger
|
||||
flask-swagger-ui
|
||||
|
||||
|
||||
# Env
|
||||
python-dotenv
|
||||
|
||||
# Requests
|
||||
requests
|
||||
|
||||
# JWT
|
||||
flask-jwt-extended
|
||||
|
||||
|
||||
# Kafka
|
||||
confluent-kafka==1.9.2
|
||||
|
||||
Reference in New Issue
Block a user