From 612e19036c1c0d43e60a024112f449ee9e042fd2 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Mon, 2 Feb 2026 16:12:35 +0530 Subject: [PATCH] Backend: add requests dependency for OpenClaw integration --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 86c261c..5bb061f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,3 +5,4 @@ alembic psycopg2-binary python-dotenv pydantic-settings +requests