From f0541a0da7a638333ca079aed512f1a6525c2140 Mon Sep 17 00:00:00 2001 From: Kevin Wong Date: Tue, 13 Jan 2026 12:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 83fa51a..90eb41a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,8 @@ fastapi uvicorn sqlalchemy pydantic -passlib[bcrypt] +passlib +bcrypt==3.2.0 python-jose python-multipart PyJWT