# FraiseQL Blog Simple - Dependencies

# Core FraiseQL with FastAPI support
fraiseql[fastapi]==0.5.1

# Database connectivity
psycopg[binary]>=3.1.0

# Web framework
fastapi>=0.100.0
uvicorn[standard]>=0.20.0

# Testing dependencies (dev)
pytest>=7.0.0
pytest-asyncio>=0.21.0
httpx>=0.24.0

# Development tools (optional)
black>=23.0.0
ruff>=0.1.0
