返回 douyin-downloader
requirements.txt
根目录 / requirements.txt
1 aiohttp>=3.9.0
2 aiofiles>=23.2.1
3 aiosqlite>=0.19.0
4 rich>=13.7.0
5 pyyaml>=6.0.1
6 python-dateutil>=2.8.2
7 gmssl>=3.2.2
8 # Bundled ffmpeg static binary for audio extraction before
9 # transcription upload. Pinned exact for reproducible sidecar builds.
10 imageio-ffmpeg==0.6.0
11
11 lines Plain Text