diff options
author | 2019-09-21 22:13:25 +1000 | |
---|---|---|
committer | 2019-09-21 22:13:25 +1000 | |
commit | 034b901cc7819f954debe73123eb67f40666133a (patch) | |
tree | 60039795a388ebeb41e1f2aeb7eee66a7a1ff640 /Pipfile | |
parent | CI Job Merge (#255) (diff) |
Use a .whl for `wiki` package instead of git repo.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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] |