# ============================================================================
# QuantumDrive Dependencies
# ============================================================================
# This file contains ONLY QuantumDrive-specific dependencies.
# AgentForge dependencies are pulled in via the agentfoundry package.

# Core dependency - brings in all AgentForge requirements
agentfoundry

# ============================================================================
# QuantumDrive-Specific Libraries
# ============================================================================

# Web Application
flask>=3.0.0
gunicorn>=21.0.0
toml

# Microsoft 365 Integration
msal>=1.24.0

# Configuration Management
python-dotenv>=1.0.0

# AWS Integration
awscli>=1.44.14
boto3
botocore>=1.42.24

# Database
sqlalchemy>=2.0.0

# Analytics (optional - remove if not used)
posthog>=3.0.0

# Other
docutils
markdown-it-py
mdurl
packaging
urllib3
