# Development-only dependencies for MAOS

# Include production requirements
-r requirements.txt

# Additional development tools
jupyter>=1.0.0
jupyterlab>=4.0.0
notebook>=7.0.0

# Code formatting and linting
autopep8>=2.0.4
pylint>=3.0.0
bandit>=1.7.5
safety>=2.3.0

# Testing enhancements
coverage>=7.3.0
hypothesis>=6.88.0
pytest-xdist>=3.3.1
pytest-mock>=3.12.0
pytest-benchmark>=4.0.0
pytest-timeout>=2.2.0

# Type checking enhancements
types-toml>=0.10.8.7
types-pyyaml>=6.0.12.12

# Documentation tools
mkdocs>=1.5.3
mkdocs-material>=9.4.0
mkdocs-mermaid2-plugin>=1.1.1

# Performance profiling
py-spy>=0.3.14
memory-profiler>=0.61.0
line-profiler>=4.1.0

# Development utilities
ipython>=8.17.0
ipdb>=0.13.13
watchdog>=3.0.0
pre-commit>=3.5.0

# Load testing
locust>=2.17.0

# API testing
httpie>=3.2.0

# Container development
docker-compose>=1.29.2