[Concept,37/37] patman: Add dependencies for AI review feature

Message ID 20260404213020.372253-38-sjg@u-boot.org
State New
Headers
Series patman: Autolink fixes and AI-assisted patch review |

Commit Message

Simon Glass April 4, 2026, 9:29 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

Add claude-agent-sdk, google-api-python-client, google-auth-oauthlib
and google-auth-httplib2 to requirements.txt for the AI-assisted review
and Gmail draft-creation features.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/patman/requirements.txt | 4 ++++
 1 file changed, 4 insertions(+)
  

Patch

diff --git a/tools/patman/requirements.txt b/tools/patman/requirements.txt
index d4fcb1061c2..c3de6979aa8 100644
--- a/tools/patman/requirements.txt
+++ b/tools/patman/requirements.txt
@@ -1,5 +1,9 @@ 
 aiohttp==3.10.11
+claude-agent-sdk
 ConfigParser==7.1.0
+google-api-python-client
+google-auth-httplib2
+google-auth-oauthlib
 importlib_resources==6.5.2
 pygit2==1.14.1
 requests==2.32.4