# Development dependencies for winguictl
# Install with: pip install -r requirements-dev.txt

# Code quality
pylint>=2.17.0

# Type checking
mypy>=1.0.0

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0

# Formatting (optional)
black>=23.0.0
isort>=5.12.0
