# Base requirements for Sanitizr

# Core dependencies
# (Currently Sanitizr has no core dependencies, but add them here if needed)

# YAML support (optional)
pyyaml>=6.0

# Development dependencies
pytest>=7.0
pytest-cov>=4.0
black>=23.0
isort>=5.12
flake8>=6.0
mypy>=1.0
twine>=4.0.0,<5.0.0


# Documentation dependencies
mkdocs>=1.4
mkdocs-material>=9.0
mkdocstrings>=0.19
mkdocstrings-python>=0.9
