fix engine socket

The client is using an unsupported version of the Socket.IO or Engine.IO protocols
This commit is contained in:
Giulio 2021-06-18 11:06:09 +02:00
parent 79420cc7cf
commit 679403aed2

View File

@ -2,6 +2,6 @@ certifi==2021.5.30
dnspython==1.16.0
eventlet==0.31.0
greenlet==1.1.0
python-engineio==4.2.0
python-socketio==5.3.0
python-engineio==3.14.2
python-socketio==4.6.1
six==1.16.0