# Development dependencies
-r requirements.txt

# Type checking
pyright>=1.1.405

# Testing
pytest>=8.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.23.0

# Code formatting and linting
black>=24.0.0
isort>=5.13.0
flake8>=7.0.0

# Security testing
safety>=3.0.0
bandit>=1.7.0

# Comprehensive testing dependencies
numpy>=1.24.0  # For vector operations testing
requests>=2.31.0  # For external API testing (optional)
Pillow>=10.0.0  # For spatial data testing (optional)