# Cortex MCP - Requirements
# Python 3.11+ required
# Synced with pyproject.toml v1.0.5

# MCP SDK
mcp>=1.0.0,<2.0.0

# Vector Database
chromadb>=1.0.0,<2.0.0

# Embedding Model
numpy==1.26.4
torch==2.1.2
transformers==4.36.2
sentence-transformers==2.5.1

# Google Drive API (for cloud 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
aiohttp>=3.9.0
requests>=2.31.0

# Utilities
python-dateutil>=2.8.0
portalocker>=2.8.0

# Git Integration
GitPython>=3.1.0

# Graph Database (Evidence Graph)
networkx>=3.0

# Testing (dev only)
# pytest>=7.4.0
# pytest-asyncio>=0.21.0
