transcript_service / requirements.txt
PCNUSMSE's picture
Upload folder using huggingface_hub
4e37375 verified
raw
history blame contribute delete
594 Bytes
# 核心依赖
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