Add desktop app

This commit is contained in:
2026-02-17 12:23:22 -05:00
parent dedb2db026
commit 03bcff5ff2
3 changed files with 2700 additions and 26 deletions
+12
View File
@@ -0,0 +1,12 @@
# QBO Excel Sync Desktop App Requirements
# Install with: pip install -r requirements_desktop.txt
# Core dependencies (same as web app)
requests>=2.31.0
openpyxl>=3.1.2
# Windows-specific (for QuickBooks Desktop)
pywin32>=306; sys_platform == 'win32'
# Note: tkinter is included with Python on Windows
# On Linux, install with: sudo apt-get install python3-tk