build: pywinrt als win32-Dependency hinzufügen

This commit is contained in:
2026-04-15 20:09:39 +02:00
parent 3ee18f7f2b
commit 83e97f8599
2 changed files with 77 additions and 0 deletions
+3
View File
@@ -11,6 +11,9 @@ dependencies = [
"dbus-next>=0.2.3; sys_platform == 'linux'",
"pynput>=1.7.0; sys_platform == 'win32'",
"pywin32>=306; sys_platform == 'win32'",
"winrt-Windows.Media.Control>=3.2.1; sys_platform == 'win32'",
"winrt-Windows.Foundation>=3.2.1; sys_platform == 'win32'",
"winrt-Windows.Foundation.Collections>=3.2.1; sys_platform == 'win32'",
"pystray>=0.19.0",
"Pillow>=10.0.0",
"sv-ttk>=2.6.0",