From 0e8ca66831a25f489797dfa8e95cd7e94b9692fe Mon Sep 17 00:00:00 2001 From: chihlasm Date: Thu, 19 Feb 2026 08:03:55 -0500 Subject: [PATCH] fix: add httpx to requirements for PR environment seeding Co-Authored-By: Claude Opus 4.6 --- backend/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 686c481e..47d6eaf8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -28,6 +28,9 @@ stripe==14.3.0 # Email resend==2.21.0 +# HTTP client (seed scripts, internal API calls) +httpx>=0.27.0 + # Utilities python-dotenv==1.0.1 croniter>=2.0.0