# python-alfresco-api v1.1 Development Dependencies
# Install with: pip install -r requirements-dev.txt

# Include main runtime dependencies
-r requirements.txt

# Testing framework and async support
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-mock>=3.12.0
pytest-cov>=4.1.0
requests-mock>=1.11.0

# Code coverage
coverage>=7.3.0

# Code formatting and linting
black>=23.0.0
mypy>=1.5.0
flake8>=6.0.0
isort>=5.12.0

# Build tools
build>=0.10.0
twine>=4.0.0
wheel>=0.41.0
setuptools>=68.0.0

# Documentation
sphinx>=7.1.0
mkdocs>=1.5.0
mkdocs-material>=9.0.0

# Development utilities
ipython>=8.15.0 