diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-19 15:57:06 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-19 15:57:06 +0000 |
commit | 9d76a3c52b8310726ec09e0262813f0438c21df6 (patch) | |
tree | 4acf47dce6c3aa75f8ad7c5cb56fe6486c2d64a7 /requirements/production.txt |
init commit - from cookiecutter
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..810a210 --- /dev/null +++ b/requirements/production.txt @@ -0,0 +1,12 @@ +# PRECAUTION: avoid production dependencies that aren't in development + +-r ./base.txt + +gunicorn==20.0.4 # https://github.com/benoitc/gunicorn +psycopg2==2.8.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 +Collectfast==1.3.1 # https://github.com/antonagestam/collectfast + +# Django +# ------------------------------------------------------------------------------ +django-storages[google]==1.8 # https://github.com/jschneier/django-storages +django-anymail[mailgun]==7.0.0 # https://github.com/anymail/django-anymail |