aboutsummaryrefslogtreecommitdiffstats
path: root/requirements/base.txt
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-04-26 09:51:48 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-04-26 09:51:48 +0100
commit898d216465a7768d1c713662bc65a4f48bec0fed (patch)
tree405561e43b48a33ebd53c4bb4551485c1afdabbc /requirements/base.txt
parent4b68f8c819653df773855371ca96ac977d689c7f (diff)
basic move to Django 3 and remove lots of requirements cruft from cookiecutter - running on Ubuntu 20.04/postgres 12
Diffstat (limited to 'requirements/base.txt')
-rw-r--r--requirements/base.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements/base.txt b/requirements/base.txt
index d3f17d8..a27fe4c 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -4,3 +4,7 @@ django==3.0 # pyup: < 3.0 # https://www.djangoproject.com/
django-environ # https://github.com/joke2k/django-environ
django-allauth # https://github.com/pennersr/django-allauth
django-crispy-forms # https://github.com/django-crispy-forms/django-crispy-forms
+
+# These were required for the basic run
+python-slugify
+argo2-cffi