# 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
