# Agent OCR 服务依赖包
# 根据 agent/、api/、config/ 代码实际使用的库整理

# Web 框架 & 服务
fastapi==0.128.0
uvicorn==0.40.0
starlette==0.50.0
pydantic==2.12.5

# HTTP 请求
requests

# 图像处理
Pillow==10.2.0

# 异步支持
anyio==4.7.0

# 工具库（fastapi 依赖）
python-dotenv==1.2.1
typing_extensions==4.15.0
annotated-types==0.7.0
pydantic_core==2.41.5
