# Full server stack for running the release-gate.com API locally.
# The CLI needs NONE of this — `pip install release-gate` (three deps) is enough.
# Single source of truth is pyproject.toml; this just installs the [api] extra so
# the list can never drift. Vercel installs the same set via vercel.json
# (installCommand: pip install .[api]); requirements.txt itself is .vercelignore'd.
.[api]
