# Development dependencies for gcli2api
# Install with: pip install -r requirements-dev.txt

# Testing
pytest>=8.0.0
pytest-asyncio>=0.23.0
pytest-cov>=4.1.0

# Code formatting and linting
black>=24.0.0
flake8>=7.0.0
isort>=5.13.0
mypy>=1.8.0

# Pre-commit hooks
pre-commit>=3.6.0

# Security scanning
safety>=3.0.0
bandit>=1.7.5
