From e888ddeb11cd075979909204a34dc90bfbf632e9 Mon Sep 17 00:00:00 2001 From: Wochenplaner Deploy Date: Mon, 1 Jun 2026 13:47:23 +0000 Subject: [PATCH] Fix: add sqlalchemy + bcrypt to requirements --- backend/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 90ddaba..fdafcdb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,5 +3,7 @@ uvicorn[standard]==0.29.0 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 pydantic==2.7.0 +sqlalchemy==2.0.35 aiosqlite==0.20.0 python-multipart==0.0.9 +bcrypt==4.0.1