# Service dependencies (for running the auth service)
# The pargo-auth library deps are in pyproject.toml

fastapi>=0.100.0
uvicorn>=0.23.0
pydantic-settings>=2.0.0
asyncpg>=0.28.0

# Apple's OFFICIAL App Store Server API + notification library
# (github.com/apple/app-store-server-library-python) — JWS verification,
# transaction decoding, and the Server API client for #312.
app-store-server-library>=3.1.0

# Google's official auth library — verify the OIDC token on Pub/Sub push
# (Real-time Developer Notifications) so forged webhook POSTs are rejected.
google-auth>=2.0.0
