build: add pystray, Pillow, sv-ttk, darkdetect as Windows dependencies
This commit is contained in:
@@ -9,6 +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'",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user