feat: add import templates

This commit is contained in:
2026-06-23 18:59:42 +08:00
parent 7efef8ae64
commit 6a17c9a336
18 changed files with 1331 additions and 10 deletions

View File

@@ -3,7 +3,9 @@ name = "shanghai-housing-research"
version = "0.1.0"
description = "A lightweight Shanghai housing market research and investment analysis system."
requires-python = ">=3.9"
dependencies = []
dependencies = [
"openpyxl>=3.1",
]
[tool.setuptools.packages.find]
where = ["src"]