[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "fastapi-gsap" version = "0.1.0" description = "Lightweight FastAPI GSAP broker — GCAP-SPEC-SHELLBOUND-BROKER-0001" requires-python = ">=3.11" dependencies = [ "fastapi>=0.111.0", "uvicorn[standard]>=0.29.0", "pydantic>=2.7.0", "pydantic-settings>=2.2.0", "httpx>=0.27.0", "python-jose[cryptography]>=3.3.0", "sqlmodel>=0.0.19", "aiosqlite>=0.20.0", "structlog>=24.1.0", ] [project.optional-dependencies] dev = ["pytest>=8.0", "pytest-asyncio>=0.23", "httpx>=0.27", "ruff>=0.4", "pytest-mock>=3.14"] [tool.hatch.build.targets.wheel] packages = ["gsap_broker"] [tool.ruff] line-length = 100 target-version = "py311" [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"]