From 7a3c40a651d6b6eaadd51792ec72c287ad4724bc Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Sun, 19 Jul 2026 00:36:41 +0200 Subject: [PATCH] fix: remove duplicate bcrypt line --- backend/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5fdb76d..370bc84 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,6 @@ pydantic-settings>=2.0.0 python-jose[cryptography]>=3.3.0 passlib[bcrypt] bcrypt<5.0 -bcrypt<5.0 redis>=5.0.0 python-multipart>=0.0.12 pytest>=8.0.0