EU-Utility/requirements.txt

37 lines
687 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
pyautogui>=0.9.54
pillow>=10.0.0
# Cross-platform file locking (Windows)
portalocker>=2.7.0; platform_system=="Windows"
# 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