pin pypiwin32 version until upstream bug fixed

This commit is contained in:
meejah 2018-01-30 12:51:56 -07:00
parent 7c047603b5
commit 5f8105ffdd

View File

@ -254,7 +254,9 @@ setup(name="tahoe-lafs", # also set in __init__.py
python_requires="<3.0",
install_requires=install_requires,
extras_require={
':sys_platform=="win32"': ["pypiwin32"],
# this pinning is temporary until an upstream issue is fixed:
# https://github.com/mhammond/pywin32/issues/1151
':sys_platform=="win32"': ["pypiwin32==219"],
"test": [
"pyflakes",
"coverage",