Alpha stage commit

This commit is contained in:
2026-07-01 23:29:51 +02:00
parent b583bb1233
commit e23387738b
84 changed files with 40807 additions and 326 deletions

24
pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[project]
name = "mobility-workbench"
version = "0.1.0"
description = "Prototype workbench for ingesting, matching, and visualising public transport network data."
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.128",
"uvicorn[standard]>=0.48",
"SQLAlchemy>=2.0",
"psycopg[binary]>=3.1",
"pydantic>=2.0",
"pydantic-settings>=2.0",
"requests>=2.31",
"shapely>=2.0",
"python-multipart>=0.0.9",
"Jinja2>=3.1",
"typer>=0.12",
"pytest>=8",
"httpx2>=2.5",
"osmium>=4.3",
]
[tool.pytest.ini_options]
pythonpath = ["."]