# requirements.txt - Synapse-Lang + Qubit-Flow Dependencies
# Core scientific computing
numpy>=1.20.0
scipy>=1.7.0
sympy>=1.9
matplotlib>=3.4.0

# Web framework
Flask==2.3.3
Flask-CORS==4.0.0
Flask-SocketIO==5.3.4
gunicorn==21.2.0

# Security and networking
cryptography>=3.4.8
requests>=2.26.0
werkzeug==2.3.7

# Payment processing
stripe==6.5.0

# Database
pymongo==4.5.0

# Quantum computing frameworks
qiskit>=0.34.0
pennylane>=0.20.0
cirq>=0.13.0

# Scientific computing and networking
networkx>=2.6
pandas>=1.3.0

# Google Cloud dependencies
google-cloud-storage==2.10.0
google-cloud-firestore==2.11.1
google-cloud-logging==3.5.0

# Environment management
python-dotenv==1.0.0

# WebSocket support
python-socketio==5.9.0

# Development and testing
pytest>=6.2.0
black>=21.6b0
mypy>=0.910
flake8>=3.9.0

# Optional performance enhancements
numba>=0.56.0
colorama>=0.4.4
