From f448b6716482da70c9331584a4ff3a7de9bdf1cc Mon Sep 17 00:00:00 2001 From: nessi Date: Tue, 3 Feb 2026 08:29:52 +0100 Subject: [PATCH] Update dependencies in requirements.txt Split passlib and bcrypt into separate entries for clarity and maintainability. Ensured all other dependencies remain unchanged to avoid potential compatibility issues. --- backend/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2c3e07c..073fa2d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,5 +2,7 @@ fastapi==0.115.0 uvicorn[standard]==0.30.6 SQLAlchemy==2.0.34 psycopg[binary]==3.2.2 -passlib[bcrypt]==1.7.4 python-multipart==0.0.9 + +passlib==1.7.4 +bcrypt==3.2.2