# Development dependencies for PyRePrint
# Install with: pip install -r requirements.txt

# Core dependencies
rich>=13.0.0
pyyaml>=6.0
tomli>=2.0.0; python_version < "3.11"

# Testing
pytest>=7.0
pytest-cov>=4.0

# Linting & formatting
ruff>=0.1.0
mypy>=1.0
black>=23.0

# Documentation
mkdocs>=1.5
mkdocs-material>=9.0
mkdocstrings[python]>=0.24

# Build
hatchling>=1.18
build>=1.0
twine>=4.0

