aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-08 11:47:36 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-08 11:47:36 +0100
commit9b042c3be5e52da3d6231d7fd551b6eede429b3a (patch)
treec18ed1f7d2fa0ebf5f1a960d55e0200848992084 /Pipfile
parentMerge pull request #198 from gdude2002/django+176/project-layout (diff)
Add django-wiki, and downgrade to Django 2.1
Downgrade required by django-wiki for now
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 932746d2..1fd34c35 100644
--- a/Pipfile
+++ b/Pipfile
@@ -16,7 +16,7 @@ coverage = "~=4.5.3"
unittest-xml-reporting = "~=2.5.1"
[packages]
-django = "~=2.2"
+django = "~=2.1"
django-crispy-forms = "~=1.7.2"
django-environ = "~=0.4.5"
django-filter = "~=2.1.0"
@@ -27,6 +27,7 @@ uwsgi = "~=2.0.18"
psycopg2-binary = "~=2.8"
django-simple-bulma = ">=1.1.6,<2.0"
django-crispy-bulma = ">=0.1.2,<2.0"
+wiki = "~=0.4.4"
[requires]
python_version = "3.7"