# ============================================================================
# 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
boto3>=1.28.0
botocore>=1.31.0

# Database
sqlalchemy>=2.0.0

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

# Other
docutils>=0.21.2
markdown-it-py
mdurl
packaging
urllib3
