From e1da9708c633445d1dbf4c7cdeeebb010deca32c Mon Sep 17 00:00:00 2001 From: lucasheld Date: Tue, 2 Aug 2022 11:33:54 +0200 Subject: [PATCH] adjust python-socketio client depencency Uptime kuma uses JavaScript Socket.IO version 4.x. This requires python-socketio version 5.x. --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 46a4345..3e509fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1 @@ -python-socketio==5.6.0 -requests==2.28.1 -websocket-client==1.3.3 +python-socketio[client]>=5.0.0