diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-06 17:35:50 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-06 17:35:50 +0100 |
commit | 2947010fe6fe3d54019164f9d8213a2fede55a45 (patch) | |
tree | 67796ab10edfa25562019e0e19cfb4075405e4d2 /requirements/production.txt | |
parent | 22f2d467a5b05e0a878d2c3125ef4f8ee8584f9b (diff) |
SETTINGS FOR A GKE DEPLOY - not used
Diffstat (limited to 'requirements/production.txt')
-rw-r--r-- | requirements/production.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/requirements/production.txt b/requirements/production.txt deleted file mode 100644 index 810a210..0000000 --- a/requirements/production.txt +++ /dev/null @@ -1,12 +0,0 @@ -# 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 |