From 382e71023839542139a7a6bc21668a46cd967025 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 11:40:44 +0000 Subject: [PATCH] a2a-source-edit: write requirements.txt --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..057d6aa --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +# a2a-pack is auto-installed by the deploy build. +# Runtime intentionally uses only the Python standard library plus pydantic from a2a-pack. +pytest>=8.2