diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-13 17:26:25 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-13 17:26:25 +0100 |
commit | efbbd480ddc62e695123d31c31d233b0df5155bd (patch) | |
tree | bc2fb465edd5050d83c97f280b1aac8e023fe3e5 /requirements/production.txt |
After first pre-commit processing
Diffstat (limited to 'requirements/production.txt')
-rw-r--r-- | requirements/production.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/requirements/production.txt b/requirements/production.txt new file mode 100644 index 0000000..9024883 --- /dev/null +++ b/requirements/production.txt @@ -0,0 +1,12 @@ +# PRECAUTION: avoid production dependencies that aren't in development + +-r base.txt + +gunicorn==22.0.0 # https://github.com/benoitc/gunicorn +psycopg[c]==3.1.19 # https://github.com/psycopg/psycopg +sentry-sdk==2.1.1 # https://github.com/getsentry/sentry-python + +# Django +# ------------------------------------------------------------------------------ +django-storages[s3]==1.14.3 # https://github.com/jschneier/django-storages +django-anymail[mailgun]==10.3 # https://github.com/anymail/django-anymail |