From 2947010fe6fe3d54019164f9d8213a2fede55a45 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 6 Oct 2020 17:35:50 +0100 Subject: SETTINGS FOR A GKE DEPLOY - not used --- requirements/production.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 requirements/production.txt (limited to 'requirements/production.txt') 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 -- cgit v1.2.3