35 lines
476 B
Plaintext
35 lines
476 B
Plaintext
# 基础依赖
|
|
aiohttp>=3.8.0
|
|
aiofiles>=0.8.0
|
|
pyyaml>=6.0
|
|
python-dotenv>=0.19.0
|
|
|
|
# 网页解析
|
|
beautifulsoup4>=4.11.0
|
|
lxml>=4.9.0
|
|
|
|
# AI和NLP
|
|
openai>=1.0.0
|
|
|
|
# 语音生成
|
|
azure-cognitiveservices-speech>=1.24.0
|
|
google-cloud-texttospeech>=2.14.0
|
|
elevenlabs>=0.2.0
|
|
|
|
# 视频生成
|
|
opencv-python>=4.7.0
|
|
numpy>=1.24.0
|
|
Pillow>=9.4.0
|
|
moviepy>=1.0.3
|
|
|
|
# 其他工具
|
|
requests>=2.28.0
|
|
urllib3>=1.26.0
|
|
|
|
# 开发工具
|
|
pytest>=7.2.0
|
|
pytest-asyncio>=0.20.0
|
|
black>=22.12.0
|
|
flake8>=6.0.0
|
|
|