# Development dependencies for Nexus Autoparts
# Install: pip install -r requirements-dev.txt

# Testing
pytest>=8.0
pytest-asyncio>=0.23
pytest-cov>=5.0

# Linting and formatting
ruff>=0.6.0

# Type checking (optional, enable later)
# mypy>=1.10

# E2E testing
# playwright>=1.40  # install via npm: npx playwright install
