Files
meubility-workbench/pyproject.toml
2026-07-01 23:29:51 +02:00

25 lines
549 B
TOML

[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 = ["."]