Files
huheng-research/pyproject.toml
2026-06-23 18:59:42 +08:00

12 lines
273 B
TOML

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