Learning-Management-System/backend/requirements/production.txt
2025-01-22 11:23:14 +00:00

11 lines
428 B
Text

# PRECAUTION: avoid production dependencies that aren't in development
-r base.txt
gunicorn==23.0.0 # https://github.com/benoitc/gunicorn
psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg
sentry-sdk==2.19.2 # https://github.com/getsentry/sentry-python
# Django
# ------------------------------------------------------------------------------
django-anymail[mailgun]==12.0 # https://github.com/anymail/django-anymail