Good changes

This commit is contained in:
Andras Schmelczer 2026-02-10 22:09:46 +00:00
parent d39d1b15fd
commit 1f68ca0512
23 changed files with 670 additions and 289 deletions

11
r5-service/pyproject.toml Normal file
View file

@ -0,0 +1,11 @@
[project]
name = "r5-service"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"r5py>=0.8",
"fastapi>=0.115",
"uvicorn>=0.34",
"geopandas>=1.0",
"shapely>=2.0",
]