# Development dependencies for PR Documentation with UML skill

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-xdist>=3.3.0  # For parallel test execution

# Optional: Enhanced output
pytest-html>=3.2.0  # HTML test reports

