11 lines
428 B
Text
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
|