feat: add import templates
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user