From be89c511f929b74e3c1dcee46c43026a628b2fd5 Mon Sep 17 00:00:00 2001 From: shv187 Date: Sun, 15 Feb 2026 13:56:28 +0100 Subject: [PATCH] Fix deps on non-Windows platforms. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d2802d6..31ca2f1 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( "beautifulsoup4", "textual", "keyring", - "pywin32" + "pywin32; sys_platform == 'win32'" ], entry_points={ 'console_scripts': [