# Tool Compass Development Dependencies
# Install with: pip install -r requirements-dev.txt

# Include production dependencies
-r requirements.txt

# Testing
pytest>=8.0.0,<9.0.0
pytest-asyncio>=0.23.0,<1.0.0
pytest-cov>=5.0.0,<6.0.0
hypothesis>=6.100.0,<7.0.0

# Code formatting
black>=24.0.0,<25.0.0
isort>=5.13.0,<6.0.0

# Linting
ruff>=0.4.0,<1.0.0

# Type checking
mypy>=1.10.0,<2.0.0

# Security scanning
pip-audit>=2.7.0,<3.0.0
