summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-03-21 13:49:00 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-03-21 13:49:00 +0100
commit95c124da070cc0893e8bdf82d4a140c2abed8b0d (patch)
tree7c5c8b0f72226861d4d9cb2f8ced195786950129
parentf021d87c386ce5dd70df03fbcf4f70984392bc2b (diff)
downloadcherrypy-git-bugfix/limit-pypywin32-ver-for-py34.tar.gz
Downgrade pypiwin32 to v219bugfix/limit-pypywin32-ver-for-py34
-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"""