# Auto-Documentation Example Dependencies

# Core framework
fraiseql>=0.10.0

# FastAPI integration
fastapi>=0.100.0
uvicorn[standard]>=0.23.0

# Database
psycopg[binary]>=3.1.0
asyncpg>=0.28.0

# Development/Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
