aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-06 17:35:50 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-06 17:35:50 +0100
commit2947010fe6fe3d54019164f9d8213a2fede55a45 (patch)
tree67796ab10edfa25562019e0e19cfb4075405e4d2 /requirements.txt
parent22f2d467a5b05e0a878d2c3125ef4f8ee8584f9b (diff)
SETTINGS FOR A GKE DEPLOY - not used
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt23
1 files changed, 20 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index c1b500c..ad52554 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,20 @@
-# This file is expected by Heroku.
-
--r requirements/production.txt
+Django==3.0.2; python_version > '3.5'
+Django==2.2.9; python_version == '3.5'
+Django==1.11.28;python_version < '3.0'
+# Uncomment the mysqlclient requirement if you are using MySQL rather than
+# PostgreSQL. You must also have a MySQL client installed in that case.
+#mysqlclient==1.4.1
+wheel==0.35.1
+gunicorn==20.0.4; python_version > '3.0'
+gunicorn==19.10.0; python_version < '3.0'
+# psycopg2==2.8.4 # uncomment if you prefer to build from source
+psycopg2-binary==2.8.6
+Faker>=4.0.3
+python-slugify==4.0.1
+pytest==5.4.2
+pytest-django==3.10.0
+selenium==3.141.0
+factory-boy==3.0.1
+django-extensions==2.2.6
+django-allauth>=0.41.0
+django-environ