Fix deps on non-Windows platforms.

This commit is contained in:
shv187
2026-02-15 13:56:28 +01:00
parent e48ed5370a
commit be89c511f9

View File

@@ -9,7 +9,7 @@ setup(
"beautifulsoup4",
"textual",
"keyring",
"pywin32"
"pywin32; sys_platform == 'win32'"
],
entry_points={
'console_scripts': [