Aggiunge tray app e backup manuale

This commit is contained in:
2026-06-30 20:54:32 +02:00
parent 4dca5fbf95
commit 8f624f5b97
7 changed files with 444 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ description = "Windows watchdog service and tray backup utility."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pillow>=10.0.0",
"pystray>=0.19.5",
"watchdog>=4.0.0",
"pywin32>=306; platform_system == 'Windows'",
]