# Minimal requirements for Bleu.js project
# Core dependencies only - avoids conflicts

bcrypt==4.3.0

# AWS services
boto3==1.38.33
botocore==1.38.33
cirq>=1.5.0
# FastAPI and web framework
fastapi==0.109.2

# ML and AI
numpy<2.0
pandas==2.0.3
passlib==1.7.4
psycopg2-binary==2.9.9

# Authentication and security
pydantic==2.6.1

# Utilities
python-dotenv==1.0.0
python-jose==3.5.0
pyyaml==6.0.2

# Quantum computing
qiskit>=1.4.2
requests>=2.32.4
scikit-learn==1.7.0
scipy==1.15.3

# Database and ORM
sqlalchemy==2.0.23
starlette>=0.36.3
torch>=2.7.1
transformers==4.52.4
uvicorn==0.27.1

# Testing (will be installed separately)
# pytest>=7.0.0
# pytest-cov>=4.0.0
