From fda3e86a711a415af708bd4d52325825a0c27ccc Mon Sep 17 00:00:00 2001 From: goulustis Date: Tue, 10 Mar 2026 11:08:33 +0800 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dad8183..c6a4feb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,9 @@ dependencies = [ "pandas", "asgiref", "psycopg[binary]", - "deepagents" + "deepagents", + "daytona", + "langchain_daytona" ] [tool.setuptools.packages.find]