# Development dependencies for pyhmong

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0
coverage>=7.0.0

# Code quality
black>=22.0.0
flake8>=5.0.0
mypy>=0.990
pylint>=2.15.0
isort>=5.10.0

# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.19.0
myst-parser>=0.18.0

# Development tools
ipython>=8.0.0
jupyter>=1.0.0
pre-commit>=2.20.0

# Build and distribution
build>=0.9.0
twine>=4.0.0
wheel>=0.38.0

# Type stubs
types-setuptools>=65.0.0