11 lines
196 B
TOML
11 lines
196 B
TOML
[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",
|
|
]
|