# Webber Development Dependencies
# Install with: pip install -r requirements-dev.txt
# NOT included in production Docker image
# CVE check date: 2026-01-09

-r requirements.txt

# Testing
pytest~=9.0.2
anyio~=4.12.1                          # Includes pytest-anyio plugin
pytest-cov~=7.0.0

# Security auditing - run before releases: pip-audit
pip-audit~=2.9.0

# Type checking
mypy~=1.19.1
