Making enhancements to make building and packaging the application possible

This commit is contained in:
b-tsammmons
2025-11-13 11:32:28 -10:00
parent 2accd790a8
commit 9968233dee
28 changed files with 110 additions and 183 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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