build: pystray/Pillow/sv-ttk/darkdetect für Linux freigeben

This commit is contained in:
2026-04-11 21:33:51 +02:00
parent db1f55aee1
commit 1153890ea9
2 changed files with 89 additions and 12 deletions
+4 -4
View File
@@ -9,10 +9,10 @@ dependencies = [
"evdev>=1.7.0; sys_platform == 'linux'",
"pynput>=1.7.0; sys_platform == 'win32'",
"pywin32>=306; sys_platform == 'win32'",
"pystray>=0.19.0; sys_platform == 'win32'",
"Pillow>=10.0.0; sys_platform == 'win32'",
"sv-ttk>=2.6.0; sys_platform == 'win32'",
"darkdetect>=0.8.0; sys_platform == 'win32'",
"pystray>=0.19.0",
"Pillow>=10.0.0",
"sv-ttk>=2.6.0",
"darkdetect>=0.8.0",
]
[project.scripts]