streamlit>=1.38.0
anthropic[bedrock,vertex]>=0.39.0
jsonschema==4.22.0
boto3>=1.28.57
google-auth<3,>=2
tenacity>=8.2.2
httpx>=0.25.3
PyYAML>=6.0
asyncio>=3.4.3
pillow
PyAutoGUI
imagehash
requests>=2.31.0
urllib3>=2.0.0
psutil>=5.9.0  # System resource monitoring

# Testing dependencies
pytest>=7.4.0
pytest-asyncio>=0.21.1
pytest-cov>=4.1.0
pytest-timeout>=2.1.0
pytest-mock>=3.11.1
pytest-benchmark>=4.0.0
pytest-xdist>=3.3.1  # Parallel test execution
hypothesis>=6.92.0  # Property-based testing

# Code quality tools
ruff>=0.1.0
black>=23.0.0
isort>=5.12.0
mypy>=1.7.0

# Security scanning
bandit>=1.7.5
safety>=2.3.5
detect-secrets>=1.4.0  # Pre-commit secrets scanning

# Observability
opentelemetry-api>=1.20.0
opentelemetry-sdk>=1.20.0
opentelemetry-exporter-otlp>=1.20.0
prometheus-client>=0.19.0
