From 5a18564cd42641d7bbdb52accae79c32f3bcca71 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 20 Apr 2019 22:03:00 +0100 Subject: Replace wiki dep with PyDis fork, add git to Docker --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Pipfile') 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" -- cgit v1.2.3