# CI/CD Requirements - Excludes system-specific packages
# Core dependencies for CI/CD pipeline

aiohttp>=3.9.3
alembic==1.13.1
aws-lambda-powertools>=2.30.0
bandit>=1.7.5
black>=25.1.0

# AWS
boto3>=1.24.0

# Build tools
build>=1.2.2
cirq>=1.5.0
cryptography>=44.0.3

# Web Framework
fastapi==0.109.2
flake8>=6.0.0
httpx>=0.27.0
isort>=5.10.1

# Fix matplotlib compatibility
matplotlib>=3.8.0,<3.10.0
mypy>=1.3.0
# Core AI/ML
numpy<2.0
opentelemetry-api>=1.22.0
opentelemetry-sdk>=1.22.0
pandas>=2.0.0
pennylane>=0.32.0

# Monitoring
prometheus-client>=0.19.0
psycopg2-binary==2.9.9
pydantic[email]==2.6.1

# Development tools
pytest>=7.3.1
pytest-asyncio==0.21.1
pytest-cov>=4.1.0

# Utilities
python-dotenv>=0.20.0

# Quantum computing
qiskit>=1.4.2
requests>=2.32.4
safety>=3.6.0
scikit-learn>=1.2.2

# Database
sqlalchemy==2.0.23
structlog>=24.1.0

# ML frameworks
tensorflow>=2.16.2
torch>=2.7.1
transformers>=4.37.0
twine>=6.1.0

# Security
urllib3>=2.5.0
uvicorn==0.27.1
