新增FastAPI和Uvicorn依赖,更新pyproject.toml和uv.lock文件,同时在merged_nouns.json中添加“人力运输”条目,更新专业名词索引文件。

This commit is contained in:
2025-07-07 17:49:55 +08:00
parent f13650a623
commit b9bff7f512
5 changed files with 50 additions and 0 deletions
+2
View File
@@ -7,6 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"bs4>=0.0.2",
"faiss-cpu>=1.11.0",
"fastapi>=0.115.14",
"flask>=3.1.1",
"gevent>=25.5.1",
"gunicorn>=23.0.0",
@@ -24,6 +25,7 @@ dependencies = [
"requests>=2.32.4",
"sqlalchemy>=2.0.41",
"tqdm>=4.67.1",
"uvicorn>=0.35.0",
"xlsxwriter>=3.2.5",
]