# Development / test requirements for GuardianLayer
# Install with: pip install -r requirements-dev.txt
#
# This file lists tools for running tests, linters, formatters, type checks,
# building docs and packaging the project.

# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0

# Linters & formatters
flake8>=6.0.0
black>=23.0.0
isort>=5.12.0

# Type checking
mypy>=0.971

# Pre-commit hooks
pre-commit>=2.20.0

# Logging / debugging
structlog>=22.0.0

# Documentation (Sphinx)
sphinx>=5.0.0
sphinx-rtd-theme>=1.2.0
sphinx-autodoc-typehints>=1.18.0
myst-parser>=0.18.0
sphinx-copybutton>=0.5.0

# Packaging & publishing
build>=0.10.0
twine>=4.0.0

# Optional useful tools
coverage>=7.0.0
