# Development Dependencies for MCP KQL Server
# Install with: pip install -r requirements-dev.txt

# Include production dependencies
-r requirements.txt

# Code formatting and linting
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
flake8-docstrings>=1.7.0
flake8-import-order>=0.18.0

# Type checking
mypy>=1.0.0
types-requests>=2.31.0
types-tabulate>=0.9.0

# Security scanning
bandit>=1.7.0
safety>=2.3.0

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

# Coverage reporting
coverage>=7.0.0
coverage[toml]>=7.0.0

# Documentation
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0
myst-parser>=2.0.0

# Build tools
build>=1.0.0
twine>=4.0.0
wheel>=0.41.0

# Development utilities
pre-commit>=3.0.0
tox>=4.0.0
pip-tools>=7.0.0

# Debugging and profiling
ipdb>=0.13.0
memory-profiler>=0.61.0

# Environment management
python-dotenv>=1.0.0