# Development dependencies for Python bindings

# Build tool
maturin>=1.0,<2.0

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

# Type checking
mypy>=1.0

# Code formatting
black>=23.0
isort>=5.0

# Linting
flake8>=6.0
pylint>=2.0
