From c74d9053788f908bb11a6ecafc961f49d80e53c1 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Thu, 30 Jul 2026 10:36:21 +0000 Subject: [PATCH] fix(deps): add bcrypt to requirements.txt for CI test collection --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2bf94a6..341fa8f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,5 +10,6 @@ python-multipart==0.0.20 pydantic==2.10.4 pydantic-settings==2.7.1 python-jose[cryptography]==3.3.0 +bcrypt==4.2.1 httpx==0.27.2 maxminddb==2.6.2