# Admin Panel 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

# Authentication & Security
pyjwt>=2.8.0
passlib[bcrypt]>=1.7.4
python-multipart>=0.0.6

# Optional: Production features
# prometheus-client>=0.17.0  # Metrics
# sentry-sdk>=1.30.0  # Error tracking
# redis>=4.5.0  # Session storage

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