# Core dependencies
rich>=13.5.0
prompt-toolkit>=3.0.0
configargparse>=1.7.0
pyperclip>=1.8.0
pillow>=9.0.0

# AI/LLM dependencies
litellm>=1.0.0
openai>=1.0.0
anthropic>=0.7.0
tiktoken>=0.7.0

# Code analysis
tree-sitter>=0.20.0
gitpython>=3.1.0

# Async operations
aiofiles>=23.0.0

# Data handling
pydantic>=2.0.0
json5>=0.9.0
pyyaml>=6.0.0

# CLI tools
shtab>=1.6.0
python-dotenv>=1.0.0