42 lines
864 B
Plaintext
42 lines
864 B
Plaintext
# Core dependencies
|
|
PyQt6>=6.4.0
|
|
PyQt6-Qt6-SVG # SVG support for icons
|
|
keyboard>=0.13.5
|
|
|
|
# OCR and Image Processing (for Game Reader and Skill Scanner)
|
|
easyocr>=1.7.0
|
|
pytesseract>=0.3.10 # Tesseract OCR wrapper
|
|
pyautogui>=0.9.54
|
|
pillow>=10.0.0
|
|
|
|
# Windows-specific (auto-installs only on Windows)
|
|
portalocker>=2.7.0; platform_system=="Windows"
|
|
pywin32>=306; platform_system=="Windows" # Windows API access
|
|
|
|
# System monitoring (for Analytics plugin)
|
|
psutil>=5.9.0
|
|
|
|
# Clipboard support
|
|
pyperclip>=1.8.2
|
|
|
|
# HTTP requests
|
|
requests>=2.28.0
|
|
urllib3>=1.26.0
|
|
|
|
# Data processing
|
|
numpy>=1.21.0
|
|
|
|
# Optional plugin dependencies
|
|
# Uncomment if using specific plugins:
|
|
|
|
# For Spotify Controller (advanced features)
|
|
# spotipy>=2.23.0
|
|
# pycaw>=20230407; platform_system=="Windows"
|
|
|
|
# For Discord Rich Presence
|
|
# pypresence>=4.3.0
|
|
|
|
# Development
|
|
# pytest>=7.0.0
|
|
# black>=23.0.0
|