# SSH Agent Bridge - Development Dependencies
# Pinned versions for reproducible development environment

# Testing
pytest==7.4.3
pytest-asyncio==0.21.1

# Type checking
mypy==1.7.1

# Code formatting and linting
black==23.11.0
isort==5.12.0
flake8==6.1.0

# Packaging and distribution
twine==4.0.2
build==1.0.3