From 0cc063d47ae022a4a4f83ced72f8ff0650ec1bbf Mon Sep 17 00:00:00 2001 From: Gros Frumos Date: Mon, 16 Mar 2026 21:02:26 +0200 Subject: [PATCH] =?UTF-8?q?kin:=20KIN-FIX-009=20=D0=94=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=82=D1=8C=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D1=81=D1=82=D1=8C=20yaml=20=D0=B2=20requirements.t?= =?UTF-8?q?xt=20(test=5Ftech=5Fresearcher.py=20=D0=BD=D0=B5=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=BF=D1=83=D1=81=D0=BA=D0=B0=D0=B5=D1=82=D1=81=D1=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f37e1b7..84abed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/requirements.txt b/requirements.txt index 1284d21..91d98ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ fastapi>=0.110 uvicorn>=0.29 cryptography>=41.0 python-multipart>=0.0.9 +PyYAML>=6.0