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

# Linter and Formatter (fast, all-in-one tool written in Rust)
ruff>=0.1.0

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

# Type checking (optional)
mypy>=1.0

# Build tool for Python bindings
maturin>=1.0,<2.0
