Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ flask==2.3.3
|
|
| 2 |
flask-socketio==5.3.0
|
| 3 |
pygame==2.5.2
|
| 4 |
python-socketio==5.9.0
|
| 5 |
-
python-engineio==4.7.0
|
|
|
|
|
|
| 2 |
flask-socketio==5.3.0
|
| 3 |
pygame==2.5.2
|
| 4 |
python-socketio==5.9.0
|
| 5 |
+
python-engineio==4.7.0
|
| 6 |
+
numpy==1.24.3 # Required for surfarray
|