# 润禾AI直播弹幕引擎 — Web 版服务端依赖
# Python 3.10+
# 安装: pip install -r requirements.txt

fastapi
uvicorn[standard]
pydantic
aiohttp
websockets
python-multipart
edge-tts
cryptography
pygame

# 可选：音频增强模块（缺失时服务自动降级，不影响启动）
# audio_enhancer
