# Development dependencies for RemarkableSync

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0

# Linting and code quality
ruff>=0.1.0
black>=23.0.0
isort>=5.12.0
mypy>=1.5.0

# Type stubs
types-paramiko>=3.3.0
types-requests>=2.31.0
