mirror of
https://github.com/woodchen-ink/video2gif.git
synced 2025-07-18 05:32:03 +08:00
14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
# 核心依赖
|
||
ffmpeg-python>=0.2.0 # FFmpeg Python绑定
|
||
Pillow>=9.0.0 # 图像处理库(如果需要预览或其他图像处理功能)
|
||
|
||
# GUI增强(可选)
|
||
ttkthemes>=3.2.0 # 美化GUI主题
|
||
ttkwidgets>=0.12.0 # 额外的tkinter部件
|
||
|
||
# 开发工具(可选)
|
||
pytest>=7.0.0 # 测试框架
|
||
black>=22.0.0 # 代码格式化
|
||
flake8>=4.0.0 # 代码检查
|
||
tkinterdnd2>=3.9.0 # 拖放支持
|