This commit is contained in:
Ruby 2026-01-23 20:58:41 +00:00
commit 3d3a23e369
7 changed files with 309 additions and 0 deletions

11
pyproject.toml Normal file
View file

@ -0,0 +1,11 @@
[project]
name = "property-map"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"httpx>=0.28.1",
"polars>=1.37.1",
"tqdm>=4.67.1",
]