File size: 594 Bytes
4e37375
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 核心依赖
gradio>=4.44.0
fastapi>=0.104.0
uvicorn>=0.24.0

# 云服务依赖
oss2>=2.18.0
dashscope>=1.14.0

# 数据处理依赖
pydantic>=2.5.0
pydantic-settings>=2.1.0

# 文件处理依赖
python-multipart>=0.0.6
python-magic>=0.4.27

# 配置管理
PyYAML>=6.0.1
python-dotenv>=1.0.0

# 日志和监控
structlog>=23.2.0
rich>=13.7.0

# HTTP客户端
httpx>=0.25.2
aiohttp>=3.9.0

# 工具依赖
click>=8.1.7
typer>=0.9.0

# 开发依赖
pytest>=7.4.0
pytest-asyncio>=0.21.0
black>=23.11.0
flake8>=6.1.0
isort>=5.12.0

# 可选依赖(用于性能优化)
orjson>=3.9.0
ujson>=5.8.0