# Java Audit Skill - Development Dependencies
# Install: pip install -r requirements-dev.txt

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

# ============================================
# Code Formatting
# ============================================
black>=23.0.0

# ============================================
# Linting
# ============================================
flake8>=6.0.0
mypy>=1.0.0

# ============================================
# Type Stubs
# ============================================
types-PyYAML>=6.0.0