excel-toolkit/pyproject.toml

14 lines
287 B
TOML
Raw Normal View History

[project]
name = "excel-toolkit"
version = "0.1.0"
description = "Excel 文件智能处理工具"
requires-python = ">=3.9"
dependencies = [
"pandas>=1.5.0",
"openpyxl>=3.0.0",
"google-generativeai>=0.8.0",
]
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"