[AI] Youtrack integration
This commit is contained in:
@@ -14,7 +14,9 @@ dependencies = [
|
||||
"pynput>=1.7.6",
|
||||
"pywin32>=306; sys_platform == 'win32'",
|
||||
"psutil>=5.9.0; sys_platform == 'win32'",
|
||||
"pydantic>=2.0.0", # <-- добавлено для работы с моделями и JSON
|
||||
"pydantic>=2.0.0",
|
||||
"python-dotenv>=1.0.0", # <-- новое
|
||||
"httpx>=0.25.0", # для асинхронных/синхронных HTTP-запросов
|
||||
]
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
|
||||
Reference in New Issue
Block a user