From 8c696f457b44b681e423fd68001b5b034300bcf6 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Tue, 9 Jun 2026 11:42:13 +0000 Subject: [PATCH] a2a-source-edit: write requirements.txt --- requirements.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index b9227d0..992c84e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,4 @@ # a2a-pack is auto-installed by the deploy build. -# These starter deps power the DeepAgents tool-calling example in agent.py. -deepagents>=0.5.0 -langchain>=0.3 -langchain-openai>=0.2 -langgraph>=0.6 +# Runtime deps for SeleniumBase scraping inside sandbox and result parsing. +seleniumbase==4.28.4 +beautifulsoup4>=4.12.3