18 lines
229 B
Plaintext
18 lines
229 B
Plaintext
|
|
# FastAPI
|
||
|
|
fastapi>=0.100.0
|
||
|
|
uvicorn[standard]>=0.23.0
|
||
|
|
|
||
|
|
# HTTP 请求
|
||
|
|
requests>=2.31.0
|
||
|
|
|
||
|
|
# 文档解析
|
||
|
|
markitdown>=0.0.1
|
||
|
|
|
||
|
|
# Pydantic
|
||
|
|
pydantic>=2.0.0
|
||
|
|
|
||
|
|
# 可选:其他解析库
|
||
|
|
# docling>=0.1.0
|
||
|
|
# pypdf>=3.0.0
|
||
|
|
# python-docx>=0.8.11
|