All checks were successful
Build and Push Image / build-and-push (push) Successful in 1m26s
19 lines
325 B
Text
19 lines
325 B
Text
# Production requirements
|
|
Flask==2.3.3
|
|
Flask-Login==0.6.3
|
|
Flask-SQLAlchemy==3.0.5
|
|
Flask-Migrate==4.0.5
|
|
Flask-WTF==1.2.1
|
|
WTForms==3.1.1
|
|
Werkzeug==2.3.7
|
|
python-dotenv==1.0.0
|
|
bcrypt==4.1.2
|
|
|
|
# Production server
|
|
gunicorn==21.2.0
|
|
|
|
# Database drivers
|
|
psycopg2-binary==2.9.9
|
|
|
|
# Monitoring & logging
|
|
prometheus-flask-exporter==0.23.0
|