13 lines
243 B
TOML
13 lines
243 B
TOML
[project]
|
|
name = "kadastr11"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"openpyxl>=3.1.5",
|
|
"pandas>=2.2.3",
|
|
"pyproj>=3.7.1",
|
|
"shapely>=2.1.0",
|
|
]
|