# CARBONICA Development Requirements
# Advanced Planetary Carbon Accounting & Feedback Dynamics
# Version: 1.0.0 | DOI: 10.5281/zenodo.18995446

# ============================================
# Testing
# ============================================
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0
pytest-asyncio>=0.20.0
pytest-mock>=3.0.0
pytest-benchmark>=4.0.0
responses>=0.23.0
hypothesis>=6.0.0
tox>=4.0.0

# ============================================
# Code Quality
# ============================================
black>=23.0.0
isort>=5.0.0
flake8>=6.0.0
flake8-docstrings>=1.7.0
flake8-bugbear>=23.0.0
flake8-comprehensions>=3.14.0
pylint>=2.0.0
mypy>=1.0.0
pre-commit>=3.0.0
bandit>=1.7.0
pydocstyle>=6.3.0

# ============================================
# Documentation
# ============================================
sphinx>=7.0.0
sphinx-rtd-theme>=1.2.0
sphinx-autodoc-typehints>=1.23.0
sphinx-gallery>=0.13.0
nbsphinx>=0.9.0
mkdocs>=1.4.0
mkdocs-material>=9.0.0
mkdocstrings[python]>=0.22.0
pymdown-extensions>=10.0.0

# ============================================
# Development Tools
# ============================================
ipython>=8.0.0
jupyter>=1.0.0
nbconvert>=7.0.0
nbformat>=5.0.0
jupyterlab>=4.0.0
notebook>=7.0.0
ipywidgets>=8.0.0
jupytext>=1.15.0

# ============================================
# Profiling & Debugging
# ============================================
line-profiler>=4.0.0
memory-profiler>=0.60.0
py-spy>=0.3.0
snakeviz>=2.2.0
pudb>=2022.1

# ============================================
# Build Tools
# ============================================
build>=0.10.0
twine>=4.0.0
wheel>=0.38.0
setuptools>=61.0.0
cython>=0.29.0
versioneer>=0.29

# ============================================
# Pre-commit Hooks
# ============================================
# pre-commit hooks are configured in .pre-commit-config.yaml

# ============================================
# All development dependencies
# ============================================
-r requirements.txt
