# Webhook bridge runtime dependencies
# Install: pip install -r requirements-webhook.txt
# Or:      pip install 'qa-stlc-agents[webhook]'

# Core MCP + agent deps
mcp>=1.0.0
python-dotenv>=1.0.0
requests>=2.31.0
msal>=1.20.0

# Web server
fastapi>=0.110.0
uvicorn[standard]>=0.29.0

# LLM providers — all are optional at runtime; only the configured provider is used
anthropic>=0.40.0
openai>=1.0.0
