# Core CLI and UI
rich>=13.7.0
typer>=0.9.0
prompt_toolkit>=3.0.43
colorama>=0.4.6
click>=8.1.3
tabulate>=0.9.0

# Database and ORM
sqlalchemy>=2.0.0
aiosqlite>=0.20.0

# Security and Encryption
cryptography>=42.0.0
bcrypt>=4.1.2

# HTTP and Async
aiohttp>=3.9.0
httpx>=0.27.0
requests>=2.32.3
async-timeout>=4.0.3
aioconsole>=0.6.2

# LLM Providers
openai>=1.30.0
anthropic>=0.30.0
google-generativeai>=0.7.0

# Utilities
python-dotenv>=1.0.1
markdown-it-py>=3.0.0
python-dateutil>=2.9.0
jsonschema>=4.22.0
pyyaml>=6.0.1
tenacity>=8.3.0
packaging>=24.0


