m2-market/web/backend/pyproject.toml

18 lines
390 B
TOML

[project]
name = "m2-market-web"
version = "0.1.0"
description = "FastAPI backend proxy for the M2 Market web app"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.111",
"httpx>=0.27",
"itsdangerous>=2.2",
"uvicorn>=0.30",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/m2_market_web"]