From 95498180a25bff69b098ded282617a98da4e0455 Mon Sep 17 00:00:00 2001 From: goulustis Date: Tue, 10 Mar 2026 10:21:27 +0800 Subject: [PATCH] update deepagent requirement --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a89a481..dad8183 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,8 @@ dependencies = [ "commentjson", "pandas", "asgiref", - "psycopg[binary]" + "psycopg[binary]", + "deepagents" ] [tool.setuptools.packages.find]