2026-03-11 07:37:32 +00:00
|
|
|
[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",
|
2026-03-11 12:26:29 +00:00
|
|
|
"requests>=2.28.0",
|
|
|
|
|
# 引用本地 auth-runtime 包
|
2026-03-16 13:37:19 +00:00
|
|
|
"python-auth-runtime-py @ file:///${PROJECT_ROOT}/python_auth_runtime",
|
2026-03-11 07:37:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[tool.uv]
|
|
|
|
|
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|