Good changes
This commit is contained in:
parent
d39d1b15fd
commit
1f68ca0512
23 changed files with 670 additions and 289 deletions
11
r5-service/pyproject.toml
Normal file
11
r5-service/pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue