mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +00:00
pin pypiwin32 version until upstream bug fixed
This commit is contained in:
parent
7c047603b5
commit
5f8105ffdd
4
setup.py
4
setup.py
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user