# OpenFinOps Development Dependencies
# ====================================

# Include base requirements
-r requirements.txt

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.11.0
pytest-xdist>=3.3.0  # Parallel test execution
coverage>=7.0.0

# Code quality
black>=23.0.0
ruff>=0.1.0
mypy>=1.0.0
isort>=5.12.0
pylint>=3.0.0

# Security scanning
safety>=2.3.0
bandit>=1.7.0

# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.2.0
myst-parser>=1.0.0

# Development tools
ipython>=8.0.0
jupyter>=1.0.0
