From e0ed22f4bc59b295450e7c35a951e8591791ffe8 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Wed, 23 Jul 2025 16:34:06 +0200 Subject: [PATCH] add sql alchemy to requirements --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 26035ff9..909fc988 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,6 @@ fastapi uvicorn +sqlalchemy mysql-connector-python minio reportlab