# Include base requirements
-r requirements.txt

# Development dependencies
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-benchmark>=4.0.0

# Code formatting and linting
black>=22.0.0
isort>=5.0.0
flake8>=6.0.0
mypy>=1.0.0

# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.0.0
sphinx-toolbox>=4.0.0
sphinxcontrib-bibtex>=2.0.0
sphinx-sitemap>=2.7.2
sphinx-autobuild>=2024.10.03
sphinx-book-theme>=1.1.4
sphinx-copybutton>=0.5.2

# Build tools
build>=0.8.0
twine>=4.0.0
setuptools-scm>=6.2.0

# Development tools
coverage>=5.0.0