From d87226479a53708d6fdb5d39a8e87b12b10e065e Mon Sep 17 00:00:00 2001 From: Joseph Banks Date: Sun, 6 Oct 2019 11:34:44 +0100 Subject: disable usage of pyuwsgi on windows due to incompatibility, library is only used in production anyway --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index a236622d..f13e9a14 100644 --- a/Pipfile +++ b/Pipfile @@ -20,7 +20,7 @@ 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"} pyyaml = "~=5.1" -pyuwsgi = "~=2.0" +pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"} [dev-packages] coverage = "~=4.5.3" -- cgit v1.2.3