Files
qlockify-backend-deployment/requirements/prod.txt
2026-03-11 18:01:27 +08:00

12 lines
159 B
Plaintext

# WSGI server
gunicorn>=22.0
# Static files serving
whitenoise>=6.7
# Postgres connection pooling
psycopg-pool>=3.2
# Monitoring
sentry-sdk>=2.8