summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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"""