# Development dependencies
-r requirements.txt

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0
pytest-xdist>=3.3.1
pytest-timeout>=2.1.0

# Code quality
black>=23.0.0
ruff>=0.1.0
mypy>=1.5.0
pre-commit>=3.4.0
flake8>=6.1.0
isort>=5.12.0
bandit>=1.7.5

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

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.4.0
mkdocstrings[python]>=0.24.0
sphinx>=7.1.0
sphinx-rtd-theme>=1.3.0

# Build tools
build>=0.10.0
twine>=4.0.2
wheel>=0.41.0