mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-23 20:25:16 +00:00
depend on pywin32 instead
This commit is contained in:
parent
af6513c0cf
commit
feb6c2f2fc
5
setup.py
5
setup.py
@ -347,7 +347,10 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
python_requires="<3.0",
|
||||
install_requires=install_requires,
|
||||
extras_require={
|
||||
':sys_platform=="win32"': ["pypiwin32"],
|
||||
# Duplicate the Twisted pywin32 dependency here. See
|
||||
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2392 for some
|
||||
# discussion.
|
||||
':sys_platform=="win32"': ["pywin32 != 226"],
|
||||
':sys_platform!="win32" and sys_platform!="linux2"': ["watchdog"], # For magic-folder on "darwin" (macOS) and the BSDs
|
||||
"test": [
|
||||
# Pin a specific pyflakes so we don't have different folks
|
||||
|
Loading…
x
Reference in New Issue
Block a user