10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
# Core dependencies
|
|
requests>=2.31.0
|
|
|
|
# AI providers (optional - installed automatically when needed)
|
|
anthropic>=0.18.0 # Claude AI
|
|
openai>=1.12.0 # ChatGPT/GPT-4
|
|
|
|
# Git operations (required for AI functionality)
|
|
GitPython>=3.1.40
|