This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
github_pulse/application/requirements.txt
T

14 lines
310 B
Plaintext

# Core dependencies
requests>=2.31.0
keyring>=24.0.0 # Secure credential storage
# UI Framework
flet>=0.23.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