Files
QB-Import-from-Excel/requirement_desktop.txt
T
2026-02-17 12:23:22 -05:00

12 lines
362 B
Plaintext

# 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