[AI] Youtrack integration

This commit is contained in:
Mikan
2026-03-10 05:35:01 +03:00
parent 97dbcfd8f0
commit 4c260b1bad
5 changed files with 131 additions and 4 deletions

View File

@@ -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 = [