initial
This commit is contained in:
commit
3d3a23e369
7 changed files with 309 additions and 0 deletions
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue