mirror of
https://github.com/woodchen-ink/video2gif.git
synced 2025-07-18 05:32:03 +08:00
Update Python version in GitHub Actions workflow to 3.11 and adjust dependencies, including excluding tkinterdnd2 and adding fallback support.
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
# 核心依赖
|
|
ffmpeg-python>=0.2.0 # FFmpeg Python绑定
|
|
Pillow>=9.0.0 # 图像处理库
|
|
|
|
# GUI增强
|
|
tkinterdnd2>=0.4.2 # 修改为最新的可用版本 |