From 523f0a20f2987cad7400b8925d7142fa8285a909 Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sun, 23 Feb 2020 10:24:02 -0800 Subject: Install wiki from PyPI --- Pipfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 0433371c..3327d72e 100644 --- a/Pipfile +++ b/Pipfile @@ -17,8 +17,7 @@ django-crispy-bulma = ">=0.1.2,<2.0" whitenoise = "==4.1.2" requests = "~=2.21" pygments = "~=2.3.1" -#wiki = {git = "https://github.com/python-discord/django-wiki.git"} -wiki = {path = "./docker/wheels/wiki-0.5.dev20190420204942-py3-none-any.whl"} +wiki = "~=0.5.0" pyyaml = "~=5.1" pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"} django-allauth = "~=0.40" -- cgit v1.2.3