Borealis/Data/Agent/agent-requirements.txt

20 lines
649 B
Plaintext

#////////// PROJECT FILE SEPARATION LINE ////////// CODE AFTER THIS LINE ARE FROM: <ProjectRoot>/Data/Agent/agent-requirements.txt
# 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