# Core dependencies
openai==1.12.0
anthropic==0.18.1
requests==2.31.0
PyYAML==6.0.1
gitpython==3.1.41
pytest==7.4.4
pytest-cov==4.1.0
pytest-xdist==3.5.0
pylint==3.0.3
mypy==1.8.0
black==23.12.1
isort==5.13.2
bandit==1.7.5

# Load testing
locust==2.20.0
artillery==0.2.0

# Code analysis
radon==6.0.1
mccabe==0.7.0
vulture==2.10

# Database and caching
redis==5.0.1
sqlite3

# API framework
fastapi==0.108.0
uvicorn==0.25.0

# Monitoring and logging
prometheus-client==0.19.0
structlog==23.2.0

# Language-specific analyzers
semgrep==1.52.0
sonarqube-api==1.3.4