diff --git a/setup.py b/setup.py index 5e69cb3..061220e 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ install_requires=[ "pywin32>=302; sys_platform == 'win32'", "python-xlib>=0.21; sys_platform == 'linux'", - "ewmhlib>=0.2; sys_platform == 'linux'", + "ewmhlib>=0.2", "pyobjc>=8.1; sys_platform == 'darwin'", "typing_extensions>=4.4.0" ],