13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
# Core dependencies
|
|
requests>=2.32.5
|
|
keyring>=25.6.0 # Secure credential storage
|
|
|
|
# UI Framework
|
|
flet>=0.28.3
|
|
|
|
# Git operations (required for AI functionality)
|
|
GitPython>=3.1.45
|
|
|
|
# AI Providers
|
|
openai>=2.8.0
|
|
anthropic>=0.72.1 |