diff options
author | 2019-09-30 12:24:16 +0200 | |
---|---|---|
committer | 2019-09-30 12:24:16 +0200 | |
commit | 413d7ba14dc9ea189a57ac38cc2c3dd2fdea1030 (patch) | |
tree | 99a76d6169c04468a5dd3194979bd2b64daf1a7f /Pipfile | |
parent | Reject unhidden note or hidden warning infraction (diff) | |
parent | Correct the Dockerfile path for azure. (diff) |
Merge branch 'master' into decoupling-warnings-and-notes
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |