# Dependencies to run the Clay Seal examples.
#
# The examples can boot the identity service in-process, so they need the SDK
# plus the backend runtime deps (the `[server]` extra). Easiest path:
#
#   python3 -m venv .venv && source .venv/bin/activate
#   pip install -r examples/requirements.txt
#   python examples/01_quickstart.py

# This package in editable mode, including the FastAPI service ([server]) deps.
-e ..[server]
