# Development dependencies for TrueNAS MCP Server

# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0

# Code quality
black>=23.0.0
flake8>=6.0.0
flake8-docstrings>=1.7.0
mypy>=1.0.0
isort>=5.12.0

# Pre-commit hooks
pre-commit>=3.0.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.0.0
mkdocstrings[python]>=0.24.0

# Build tools
build>=0.10.0
twine>=4.0.0
wheel>=0.40.0

# Security scanning
safety>=2.3.0
bandit>=1.7.5
