mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 07:31:07 +00:00
Merge pull request #464 from meejah/pin-pypiwin32
pin pypiwin32 version until upstream bug fixed
This commit is contained in:
commit
5c4312711f
4
setup.py
4
setup.py
@ -254,7 +254,9 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
|||||||
python_requires="<3.0",
|
python_requires="<3.0",
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
extras_require={
|
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": [
|
"test": [
|
||||||
"pyflakes",
|
"pyflakes",
|
||||||
"coverage",
|
"coverage",
|
||||||
|
Loading…
Reference in New Issue
Block a user