# Development dependencies for JSON Tools RS Python bindings

# Build system
maturin>=1.0,<2.0

# Testing
pytest>=9.1.1
pytest-cov>=4.0.0

# Code formatting and linting
black>=26.5.1
isort>=8.0.1
mypy>=2.3.0

# Documentation
sphinx>=8.1.3
sphinx-rtd-theme>=1.2.0

# Type checking
types-setuptools
