Added Missing WebSockets Dependencies

This commit is contained in:
2025-04-07 21:28:39 -06:00
parent 31e899c842
commit 5c35447a15
3 changed files with 7 additions and 5 deletions

View File

@ -3,9 +3,11 @@ torch --index-url https://download.pytorch.org/whl/cu121
torchvision --index-url https://download.pytorch.org/whl/cu121
torchaudio --index-url https://download.pytorch.org/whl/cu121
# Flask for API Hhandling
# Flask for API / WebSockets Handling
Flask
requests
flask_socketio
eventlet
# GUI-related dependencies (Qt for GUI components)
Qt.py