initial 2

This commit is contained in:
Mikan
2026-03-10 01:40:10 +03:00
parent 346ea77fd2
commit 6946b8fb50
24 changed files with 370 additions and 1602 deletions

View File

@@ -12,9 +12,10 @@ license = {text = "MIT"}
requires-python = ">=3.8"
dependencies = [
"pynput>=1.7.6",
"pywin32>=306; sys_platform == 'win32'"
"pywin32>=306; sys_platform == 'win32'",
"psutil>=5.9.0; sys_platform == 'win32'",
"pydantic>=2.0.0", # <-- добавлено для работы с моделями и JSON
]
[project.optional-dependencies]
dev = [
"pytest>=7.0",