Handle IDFM stop areas shapes

This commit is contained in:
2023-04-13 20:59:03 +02:00
parent ecfb3c8cb3
commit ac06df9f87
4 changed files with 51 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ fastapi = "^0.88.0"
uvicorn = "^0.20.0"
asyncpg = "^0.27.0"
msgspec = "^0.12.0"
pyshp = "^2.3.1"
[build-system]
requires = ["poetry-core"]