excel-toolkit/pyproject.toml

17 lines
423 B
TOML
Raw Permalink 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",
"requests>=2.28.0",
# 引用本地 auth-runtime 包
"python-auth-runtime-py @ file:///${PROJECT_ROOT}/python_auth_runtime",
]
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"