aboutsummaryrefslogtreecommitdiffstats
path: root/requirements/production.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements/production.txt')
-rw-r--r--requirements/production.txt12
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