19 lines
518 B
Plaintext
19 lines
518 B
Plaintext
# API / WebSocket Handling
|
|
requests
|
|
python-socketio
|
|
websocket-client
|
|
eventlet
|
|
aiohttp
|
|
|
|
# GUI-related dependencies (Qt for GUI components)
|
|
PyQt5
|
|
qasync
|
|
|
|
# Computer Vision & OCR Dependencies
|
|
opencv-python # Computer vision processing
|
|
Pillow # Image processing (Windows)
|
|
mss # Fast cross-platform screen capture
|
|
|
|
# WebRTC Video Libraries
|
|
aiortc # Python library for WebRTC in async environments
|
|
av # Required by aiortc for video/audio codecs |