# Development dependencies for SciTeX

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0
pytest-timeout>=2.1.0
pytest-mock>=3.10.0

# Code quality
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0
pylint>=2.16.0
pre-commit>=3.0.0

# Documentation
sphinx>=6.0.0
sphinx-rtd-theme>=1.2.0
sphinx-autodoc-typehints>=1.22.0
sphinx-autobuild>=2021.3.14
myst-parser>=1.0.0
nbsphinx>=0.9.0

# Build tools
build>=0.10.0
twine>=4.0.0
wheel>=0.40.0

# Profiling and debugging
ipython>=8.0.0
ipdb>=0.13.0
line-profiler>=4.0.0
memory-profiler>=0.60.0

# Type stubs
types-requests
types-PyYAML
types-python-dateutil
types-setuptools

# Additional development tools
jupyterlab>=3.0.0
notebook>=6.5.0
rope>=1.7.0  # For refactoring
autopep8>=2.0.0
pyupgrade>=3.3.0
