# Development dependencies for testing, linting, and CI
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
pytest-xdist>=3.0.0
coverage>=6.0
flake8>=5.0.0
flake8-docstrings>=1.6.0
flake8-import-order>=0.18.1
black>=22.0.0
mypy>=0.990
types-PyYAML>=6.0.0
types-requests>=2.32.0
bandit>=1.7.0
safety>=2.0.0
pre-commit>=2.20.0
soundfile>=0.12.0  # For integration tests with audio files
pytest-benchmark>=4.0.0
memory-profiler>=0.60.0

# Optional dependencies for enhanced testing
hypothesis>=6.0.0  # Property-based testing
factory-boy>=3.2.0  # Test data generation

# Documentation generation
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.19.0

# Package building and distribution
build>=0.8.0
twine>=4.0.0
wheel>=0.37.0
