aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-20 22:03:00 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-20 22:03:00 +0100
commit5a18564cd42641d7bbdb52accae79c32f3bcca71 (patch)
tree54061f3d1f33247f0a57efc311167ba275c67c94 /Pipfile
parentRemove unneeded sites.py and move navbar CSS to base.css (diff)
Replace wiki dep with PyDis fork, add git to Docker
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 62eb84a2..59f660a4 100644
--- a/Pipfile
+++ b/Pipfile
@@ -16,7 +16,7 @@ coverage = "~=4.5.3"
unittest-xml-reporting = "~=2.5.1"
[packages]
-django = "~=2.1"
+django = "~=2.2"
django-crispy-forms = "~=1.7.2"
django-environ = "~=0.4.5"
django-filter = "~=2.1.0"
@@ -27,8 +27,8 @@ psycopg2-binary = "~=2.8"
django-simple-bulma = ">=1.1.7,<2.0"
django-crispy-bulma = ">=0.1.2,<2.0"
requests = "~=2.21"
-wiki = "~=0.4.4"
pygments = "~=2.3.1"
+wiki = {git = "https://github.com/python-discord/django-wiki.git"}
[requires]
python_version = "3.7"