# 定款商品原图无损下载&规范归档 Skill 依赖
# Python 3.8+
# 版本：1.0.0

# HTTP 请求
requests>=2.31.0
urllib3>=2.0.0

# 数据处理
pandas>=2.0.0
openpyxl>=3.1.0

# 图像处理
Pillow>=10.0.0

# 环境变量加载
python-dotenv>=1.0.0

# 日志
colorlog>=6.7.0
