# Development dependencies for Home Assistant Desktop Remote Control

# Testing
pytest>=6.0
pytest-qt>=4.0
pytest-cov>=2.10

# Code formatting and linting
black>=22.0
flake8>=4.0
isort>=5.0

# Type checking
mypy>=0.900

# Build and distribution
build>=0.7
twine>=3.0

# Documentation
sphinx>=4.0
sphinx-rtd-theme>=1.0

# Development tools
pre-commit>=2.15