From 97ae75c9bfffbbb52b53f173acd0dacbf20b9c11 Mon Sep 17 00:00:00 2001 From: EvanChal Date: Tue, 27 Jan 2026 02:53:57 +0100 Subject: [PATCH] fix(requirement): alemic was missing --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index e6b1fcd..b1470fe 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,7 @@ fastapi>=0.68.0 uvicorn>=0.15.0 sqlalchemy>=1.4.0 +alembic>=1.7.0 psycopg2-binary>=2.9.0 python-jose[cryptography]>=3.3.0 passlib[bcrypt]>=1.7.4