# Development dependencies for mecab-ko-python

# Build tools
maturin>=1.0,<2.0

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

# Type checking
mypy>=1.0.0

# Documentation
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0

# Code quality
black>=23.0.0
ruff>=0.1.0
