From 7ec196380b4e8a9c08e3d8027682b33b3da17d68 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 19 Jun 2022 00:15:19 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/install/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index 42a21c622..103816680 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -111,7 +111,7 @@ pip3 install gevent==20.9.0 pip3 install gevent-websocket==0.10.1 pip3 install requests==2.20.0 pip3 install flask-caching==1.10.1 -pip3 install flask-socketio==5.2.0 +pip3 install flask-socketio==4.2.0 pip3 install flask-session==0.3.2 pip3 install pymongo pip3 install psutil