Skip to content

Commit a7f2e4c

Browse files
build: add ohsome-filter-to-sql dependency
1 parent 264d24e commit a7f2e4c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = [
2020
"geojson-pydantic>=2.0.0",
2121
"httpx>=0.28.1",
2222
"kaleido==0.2.1",
23+
"ohsome-filter-to-sql",
2324
"plotly>=6.0.1",
2425
"pydantic>=2.11.4",
2526
"pyproj>=3.7.1",
@@ -58,6 +59,9 @@ build-backend = "uv_build"
5859
[tool.uv.build-backend]
5960
module-root = ""
6061

62+
[tool.uv.sources]
63+
ohsome-filter-to-sql = { git = "https://gitlab.heigit.org/giscience/big-data/ohsome/libs/ohsome-filter-to-sql" }
64+
6165
[tool.ruff.lint]
6266
select = [
6367
"E", # pycodestyle Error

uv.lock

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)