# Testing
pytest>=7.0.0
pytest-cov>=4.1.0
pytest-timeout>=2.1.0

# Code formatting
black>=23.0.0

# Type checking
mypy>=1.5.0
types-setuptools>=68.0.0

# Linting
ruff>=0.1.0

# Building and publishing
build>=0.10.0
twine>=4.0.2
wheel>=0.41.0

# Documentation (optional)
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0
sphinx-autodoc-typehints>=1.24.0