From fe2ccbe368e16ab4c7e01c01850002ad728cf373 Mon Sep 17 00:00:00 2001 From: LinMihigo Date: Sun, 17 Aug 2025 13:07:21 +0000 Subject: [PATCH] Update requirements.txt --- backend/requirements.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index e69de29..e7561cd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -0,0 +1,15 @@ +alembic==1.16.4 +annotated-types==0.7.0 +anyio==4.10.0 +fastapi==0.116.1 +greenlet==3.2.4 +idna==3.10 +Mako==1.3.10 +MarkupSafe==3.0.2 +pydantic==2.11.7 +pydantic_core==2.33.2 +sniffio==1.3.1 +SQLAlchemy==2.0.43 +starlette==0.47.2 +typing-inspection==0.4.1 +typing_extensions==4.14.1