# FastAPI Integration Example Dependencies

# Core framework
fraiseql>=0.10.0
fastapi>=0.100.0
uvicorn[standard]>=0.23.0

# Database
psycopg2-binary>=2.9.0
# Or use psycopg (asyncpg alternative):
# psycopg[binary,pool]>=3.1.0

# Optional: Development tools
pytest>=7.4.0
pytest-asyncio>=0.21.0
httpx>=0.24.0  # For testing FastAPI
