File size: 330 Bytes
69fec20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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