initial 2
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user