新增FastAPI和Uvicorn依赖,更新pyproject.toml和uv.lock文件,同时在merged_nouns.json中添加“人力运输”条目,更新专业名词索引文件。
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user