# Development dependencies for Reversecore_MCP
# Install with: pip install -r requirements-dev.txt

# Testing
pytest>=7.4.0
pytest-cov>=7.1.0
pytest-asyncio>=0.21.0

# Code quality
black>=26.3.1
ruff>=0.1.0
mypy>=1.20.2

# Type stubs
types-requests>=2.31.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.5.0
mkdocstrings[python]>=0.24.0
mkdocs-git-revision-date-localized-plugin>=1.2.0
