From 679403aed2a3c8d4e9432c3edc3eab6304b6b958 Mon Sep 17 00:00:00 2001 From: Giulio Date: Fri, 18 Jun 2021 11:06:09 +0200 Subject: [PATCH] fix engine socket The client is using an unsupported version of the Socket.IO or Engine.IO protocols --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d992ac8..343b795 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -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