Files
cutThenThink/requirements.txt

18 lines
207 B
Plaintext
Raw Normal View History

# CutThenThink - 极简截图上传工具
# 核心依赖
# GUI 框架
PyQt6>=6.7.0
# 图片处理
Pillow>=10.0.0
# HTTP 请求
requests>=2.31.0
# 剪贴板
pyperclip>=1.8.2
# 配置文件
pyyaml>=6.0.1