kin: KIN-FIX-009 Добавить зависимость yaml в requirements.txt (test_tech_researcher.py не запускается)

This commit is contained in:
Gros Frumos 2026-03-16 21:02:26 +02:00
parent 1bf0125991
commit 0cc063d47a
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ name = "kin"
version = "0.1.0"
description = "Multi-agent project orchestrator"
requires-python = ">=3.11"
dependencies = ["click>=8.0", "fastapi>=0.110", "uvicorn>=0.29", "cryptography>=41.0", "python-multipart>=0.0.9"]
dependencies = ["click>=8.0", "fastapi>=0.110", "uvicorn>=0.29", "cryptography>=41.0", "python-multipart>=0.0.9", "PyYAML>=6.0"]
[project.scripts]
kin = "cli.main:cli"

View file

@ -3,3 +3,4 @@ fastapi>=0.110
uvicorn>=0.29
cryptography>=41.0
python-multipart>=0.0.9
PyYAML>=6.0