# Development Requirements - zusätzlich zu requirements.txt

# Code Quality
pre-commit>=3.5.0
bandit>=1.7.5

# Testing
pytest-xdist>=3.3.0  # Parallel testing
pytest-mock>=3.12.0
httpx>=0.25.0  # For testing FastAPI endpoints

# Development Tools
ipython>=8.16.0
jupyter>=1.0.0

# Documentation
mkdocs-mermaid2-plugin>=1.1.0

# Type Checking
types-PyYAML>=6.0.0
types-requests>=2.31.0
