# LLM Providers
groq>=0.4.0
openai>=1.0.0
anthropic>=0.7.0
google-generativeai>=0.3.0

# Core Dependencies
python-dotenv>=1.0.0
pathspec>=0.11.0
GitPython>=3.1.0

# Tree-sitter (Multi-language support)
tree-sitter>=0.20.0
tree-sitter-python>=0.20.0
tree-sitter-javascript>=0.20.0
tree-sitter-java>=0.20.0
tree-sitter-go>=0.20.0
tree-sitter-cpp>=0.20.0

# Terminal Output
rich>=13.0.0
colorama>=0.4.6

# Python < 3.11 compatibility
tomli; python_version < '3.11'