diff options
author | 2019-09-29 18:17:29 +0200 | |
---|---|---|
committer | 2019-09-29 18:17:29 +0200 | |
commit | ed38ec2f79fab4758c1e708bb321dc23930f8fe0 (patch) | |
tree | 7a57dd244ea83ab8facbc0e573aabed6dd3b4dcb /Pipfile | |
parent | Add static images for wiki contributing guides (#266) (diff) | |
parent | Merge branch 'master' into new-managepy (diff) |
Merge pull request #265 from python-discord/new-managepy
Custom `manage.py` Entry Point Script
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" |