aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-03-01 09:32:04 +0100
committerGravatar GitHub <[email protected]>2020-03-01 09:32:04 +0100
commit47126c2f05e8570dd3b17569193d0db9313a1b30 (patch)
tree7bbfb2a34c1b0651a403cd0e3d2c20331d63d35c /Pipfile
parentMerge pull request #330 from python-discord/bug/backend/s329/docker-compose-tty (diff)
parentMerge branch 'master' into feat/deps/s335/wiki-pypi (diff)
Merge pull request #337 from python-discord/feat/deps/s335/wiki-pypi
Install wiki from PyPI
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 1 insertions, 2 deletions
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"