From c7c6b32794c1dd34ab610aa3b6c64675512146a7 Mon Sep 17 00:00:00 2001 From: goulustis Date: Tue, 14 Oct 2025 12:24:49 +0800 Subject: [PATCH] update requirements --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9282f1b..ee8fb08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,9 @@ dependencies = [ "mcp-proxy>=0.8.2", "loguru", "tyro", - "faiss-cpu" + "faiss-cpu", + "fastmcp", + "fastapi" ] [tool.setuptools.packages.find]