From a26e42fdf5e3f7c45bce1bb339da3803c8a019c5 Mon Sep 17 00:00:00 2001 From: goulustis Date: Wed, 22 Oct 2025 18:19:03 +0800 Subject: [PATCH] add req --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1dc6c7..38550ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,9 @@ dependencies = [ "tyro", "faiss-cpu", "fastmcp", - "fastapi" + "fastapi", + "matplotlib", + "Pillow" ] [tool.setuptools.packages.find]