From 95c124da070cc0893e8bdf82d4a140c2abed8b0d Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 21 Mar 2018 13:49:00 +0100 Subject: Downgrade pypiwin32 to v219 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eff78bec..1cc509bc 100755 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ extras_require = { # http://docs.cherrypy.org/en/latest/advanced.html?highlight=windows#windows-console-events ':sys_platform == "win32" and python_version != "3.4"': ['pywin32'], - ':sys_platform == "win32" and python_version == "3.4"': ['pypiwin32==220'], + ':sys_platform == "win32" and python_version == "3.4"': ['pypiwin32==219'], } """Feature flags end-users can use in dependencies""" -- cgit v1.2.1