This commit is contained in:
2026-09-09 11:35:02 +08:00
parent bc1c72d558
commit d656c05b3d
35 changed files with 711 additions and 3194 deletions

View File

@@ -21,6 +21,12 @@ dependencies = [
"openpyxl>=3.1.5",
]
[dependency-groups]
dev = ["pytest>=8"]
[tool.pytest.ini_options]
testpaths = ["tests"]
[tool.uv]
# 应用型项目(非库):不把自身打包安装,只管理依赖到 .venv
package = false