From d618ef5aa1dab5019e7044c4e4cb09f3ee92c649 Mon Sep 17 00:00:00 2001 From: wangshu <248653095@qq.com> Date: Sat, 27 Dec 2025 08:22:37 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20web/ws/backend/requirement?= =?UTF-8?q?s.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/ws/backend/requirements.txt | 55 +++++++++++++++++---------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/web/ws/backend/requirements.txt b/web/ws/backend/requirements.txt index 4c86cf8..e0479c2 100644 --- a/web/ws/backend/requirements.txt +++ b/web/ws/backend/requirements.txt @@ -1,27 +1,28 @@ -# FastAPI 核心 -fastapi>=0.104.0 -uvicorn[standard]>=0.24.0 -pydantic>=2.5.0 -pydantic-settings>=2.1.0 - -# 数据库 -sqlalchemy>=2.0.0 -asyncpg>=0.29.0 -alembic>=1.13.0 - -# 文件处理 -aiofiles>=23.2.0 -python-multipart>=0.0.6 - -# 认证 -python-jose[cryptography]>=3.3.0 -passlib[bcrypt]>=1.7.4 - -# 其他常用库 -python-dateutil>=2.8.2 -pytz>=2023.3 - -# 可选:AI/ML 相关(按需取消注释) -# transformers>=4.35.0 -# torch>=2.1.0 -# scikit-learn>=1.3.0 +annotated-doc==0.0.4 +annotated-types==0.7.0 +anyio==4.12.0 +async-timeout==5.0.1 +asyncpg==0.31.0 +click==8.3.1 +colorama==0.4.6 +databases==0.9.0 +exceptiongroup==1.3.1 +fastapi==0.125.0 +greenlet==3.3.0 +h11==0.16.0 +httptools==0.7.1 +idna==3.11 +psycopg2==2.9.11 +psycopg2-binary==2.9.11 +pydantic==2.12.5 +pydantic_core==2.41.5 +python-dotenv==1.2.1 +pytz==2025.2 +PyYAML==6.0.3 +SQLAlchemy==2.0.45 +starlette==0.50.0 +typing-inspection==0.4.2 +typing_extensions==4.15.0 +uvicorn==0.38.0 +watchfiles==1.1.1 +websockets==15.0.1 \ No newline at end of file