Optimized layout and code for building

This commit is contained in:
TySP-Dev
2025-11-13 21:01:16 -10:00
parent b5c01ac35d
commit 0f579c973d
13 changed files with 337 additions and 35 deletions
+14
View File
@@ -0,0 +1,14 @@
# Base requirements for all platforms
# Core dependencies required for the application to run
# UI Framework (Flet - Python wrapper for Flutter)
flet==0.28.3
# HTTP requests for API calls
requests>=2.32.5
# Secure credential storage (cross-platform)
keyring>=25.6.0
# Git operations for repository management
GitPython>=3.1.45