# DurusAI Native CLI Requirements
# Core dependencies

# CLI Framework
typer[all]>=0.9.0

# Rich text and formatting  
rich>=13.0.0

# HTTP client for API calls
httpx>=0.24.0

# Interactive mode and prompts
prompt-toolkit>=3.0.0

# Security and credential storage
keyring>=24.0.0
cryptography>=40.0.0

# JWT token handling
PyJWT>=2.8.0

# Markdown rendering
markdown>=3.4.0

# Version comparison for updates
packaging>=21.0