# Development dependencies for pCloud SDK Python
# Install with: pip install -r requirements/dev.txt

# Include base requirements
-r base.txt

# Code formatting and linting
black>=23.0.0
isort>=5.12.0

# Pre-commit hooks
pre-commit>=3.0.0

# Build and packaging
build>=0.10.0
twine>=4.0.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.0.0
mkdocstrings[python]>=0.20.0

# Development utilities
ipython>=8.0.0
jupyter>=1.0.0