# NzrApi Framework and core dependencies
nzrapi
uvicorn[standard]>=0.24.0
openai>=1.0.0,<2.0.0

# Database
sqlalchemy[asyncio]>=2.0.0
asyncpg>=0.28.0  # PostgreSQL
aiosqlite>=0.19.0  # SQLite
alembic>=1.12.0  # Migrations

# Data validation and serialization
pydantic>=2.0.0

# CLI and utilities
typer>=0.9.0
rich>=13.0.0

# Authentication (optional)


# AI model integrations (uncomment as needed)
# openai>=1.0.0
# anthropic>=0.7.0
# transformers>=4.30.0
# torch>=2.0.0

# Development dependencies (for development only)
# pytest>=7.4.0
# pytest-asyncio>=0.21.0
# httpx>=0.25.0
# pytest-cov>=4.1.0

# Monitoring and logging
# prometheus-client>=0.17.0
# structlog>=23.0.0