# Cortex MCP - Requirements
# Python 3.11+

# MCP Framework
mcp>=1.0.0,<2.0.0

# Vector Database & Embeddings
chromadb>=1.0.0,<2.0.0

# PyTorch & Transformers (안정 버전 고정)
numpy==1.26.4
torch==2.1.2
transformers==4.36.2
sentence-transformers==2.5.1

# Google Drive Sync
google-auth>=2.0.0
google-auth-oauthlib>=1.0.0
google-api-python-client>=2.0.0

# Encryption (AES-256-GCM)
cryptography>=41.0.0

# YAML Processing
pyyaml>=6.0.0

# HTTP Client (Extension Sync)
aiohttp>=3.9.0

# Utilities
python-dateutil>=2.8.0

# File Locking (Multi-Session Concurrency)
portalocker>=2.8.0

# Graph Database (Phase 9: Evidence Graph)
networkx>=3.0

# Web Server (Cloud Run)
flask>=3.0.0
gunicorn>=21.2.0
requests>=2.31.0

# Cloud Services
google-cloud-firestore>=2.14.0
google-cloud-logging>=3.9.0
