10 lines
356 B
Plaintext
10 lines
356 B
Plaintext
flask>=2.0.0
|
||
gunicorn>=20.0.0
|
||
requests>=2.28.0
|
||
PyYAML>=6.0
|
||
# google-generativeai 和 openai 为可选依赖(代码用 requests 直接调 REST API)
|
||
# 如需 SDK 方式调用,取消注释并在 Python 3.9+ 环境安装:
|
||
# google-generativeai>=0.5.0
|
||
# openai>=1.10.0
|
||
# 视频文件校验依赖系统 ffprobe(ffmpeg 套件自带,无需 Python 包)
|