From 034b901cc7819f954debe73123eb67f40666133a Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Sat, 21 Sep 2019 22:13:25 +1000 Subject: Use a .whl for `wiki` package instead of git repo. --- Pipfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 6da62a2b..43b26d86 100644 --- a/Pipfile +++ b/Pipfile @@ -31,7 +31,8 @@ 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 = {git = "https://github.com/python-discord/django-wiki.git"} +wiki = {path = "./docker/app/wheels/wiki-0.5.dev20190420204942-py3-none-any.whl"} pyyaml = "*" [requires] -- cgit v1.2.3