[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "target-revenue" version = "0.1.0" description = "Stage 0 schemas, pure Outstanding Target fold, and offline validators for the Target Revenue Framework (TRF)." readme = "README.md" requires-python = ">=3.11" license = { text = "TRSL-0.1 (Target Revenue Source License, preliminary candidate — see LICENSE)" } dependencies = [ "jsonschema>=4.21", "cryptography>=42.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0", ] service = [ "psycopg[binary]>=3.1", "psycopg-pool>=3.1", "fastapi>=0.110", "uvicorn>=0.27", ] service-dev = [ "target-revenue[service,dev]", "httpx>=0.27", ] [tool.hatch.build.targets.wheel] packages = ["src/target_revenue"] [tool.pytest.ini_options] testpaths = ["tests"]