# Development and testing dependencies
# Testing
pytest>=7.0.0
pytest-cov>=4.0.0

# Code formatting and linting
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0

# Security
bandit[toml]>=1.7.0
safety>=2.0.0

# Development tools
pre-commit>=3.0.0
build>=0.10.0
twine>=4.0.0

# Auto-documentation dependencies
gitpython>=3.0.0

# Additional linting plugins
flake8-docstrings>=1.7.0
flake8-import-order>=0.18.2
flake8-bugbear>=23.0.0
flake8-comprehensions>=3.14.0
flake8-simplify>=0.20.0
pydocstyle>=6.3.0

# Type checking
types-all>=1.0.0

# Documentation
mkdocs>=1.5.0  # Optional for future docs
mkdocs-material>=9.4.0  # Optional for future docs