# Storm Logger - Minimal Development Requirements

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0  # Only if you want coverage integration
coverage>=7.2.0  # For coverage reports

# Code quality (optional but recommended)
black>=23.7.0  # Code formatting
ruff>=0.0.287  # Fast linting

# Build tools (for packaging)
build>=0.10.0
twine>=4.0.0