# Test dependencies for dynamic-debugger skill

# Core testing framework
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0
pytest-timeout>=2.1.0

# Code coverage
coverage[toml]>=7.3.0

# Optional: Process monitoring (for complete testing)
psutil>=5.9.0

# Note: unittest.mock is in Python stdlib (no package needed)
# Note: json is in Python stdlib (no package needed)

# For E2E shell tests
# Requires: bash, jq (install separately via system package manager)
