# Development dependencies for pydantic-ai-toolbox.
# Mirror of pyproject.toml [dependency-groups] dev/lint/docs.
# Use: pip install -r requirements-dev.txt
#
# Runtime deps live in requirements.txt and are installed separately
# (or via `pip install -e ".[all]"`).
-r requirements.txt

python-dotenv>=1.2.2

# Test runner + coverage
pytest>=8.0
pytest-cov>=5.0
anyio>=4.5

# Type checkers
mypy>=1.10
pyright>=1.1

# Linters / formatters
ruff>=0.5
black>=24.8

# Docs (mkdocs build --strict)
mkdocs>=1.6
mkdocs-material>=9.5

# Build (python -m build)
build>=1.2
