# =============================================================================
# Dell PowerStore MCP Server - Development Dependencies
# =============================================================================
#
# Install with: pip install -r requirements-dev.txt
# Or use:       pip install -e ".[dev]"
#
# =============================================================================

# Include production dependencies
-r requirements.txt

# Testing
pytest>=8.0.0
pytest-asyncio>=0.23.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0
respx>=0.20.0

# Linting and formatting
ruff>=0.3.0
black>=24.0.0
mypy>=1.8.0

# Security scanning
bandit>=1.7.0
safety>=3.0.0
pip-audit>=2.7.0

# Pre-commit hooks
pre-commit>=3.6.0

# Build tools
build>=1.0.0
twine>=5.0.0
