aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-09-28 06:20:07 +1000
committerGravatar scragly <[email protected]>2019-09-28 06:20:07 +1000
commit4769c8b5e3ba70301b1123c5750429b2092b01b1 (patch)
tree172f46a1b495a3b6948e183165a3e623b1462380 /Pipfile
parentEnsure docker containers are published only for master branch bu… (#264) (diff)
Create custom manage.py entry point, remove scripts and merge Dockerfile.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index af5165df..a236622d 100644
--- a/Pipfile
+++ b/Pipfile
@@ -18,8 +18,9 @@ whitenoise = "==4.1.2"
requests = "~=2.21"
pygments = "~=2.3.1"
#wiki = {git = "https://github.com/python-discord/django-wiki.git"}
-wiki = {path = "./docker/app/wheels/wiki-0.5.dev20190420204942-py3-none-any.whl"}
-pyyaml = "*"
+wiki = {path = "./docker/wheels/wiki-0.5.dev20190420204942-py3-none-any.whl"}
+pyyaml = "~=5.1"
+pyuwsgi = "~=2.0"
[dev-packages]
coverage = "~=4.5.3"