# Core dependencies
fastapi>=0.95.0
uvicorn>=0.22.0
jinja2>=3.1.2

# Optional dependencies that help anyprompt monitor different HTTP libraries
# These are not required, but will enable capturing prompts when these libraries are used
requests>=2.28.0
httpx>=0.24.0
aiohttp>=3.8.4

# LLM client libraries (for examples, not required for operation)
openai>=1.0.0
anthropic>=0.5.0
