# AI Helper Agent - Modern Production Dependencies
# Install with: pip install -r requirements.txt

# Core AI Dependencies - OpenAI client for all providers
openai>=1.0.0

# UI and Display
rich>=13.0.0

# Security and Encryption
cryptography>=41.0.0

# Logging
structlog>=23.0.0

# Async support
asyncio

# Python 3.3 compatibility (only for older Python versions)
pathlib2; python_version<'3.4'
