From 5cdd507a2e55d35e245c3f1075c3ecca2d55e143 Mon Sep 17 00:00:00 2001 From: Tyler Wickline Date: Sun, 20 Dec 2020 16:38:44 -0800 Subject: [PATCH] fixes client using unsupported version of Socket.IO protocols --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b8cb5952..f76be544 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ "pygdbmi>=0.10.0.0b0, <0.11", # parse gdb output "Pygments>=2.2.0, <3.0", # syntax highlighting "greenlet==0.4.16", + "python-socketio>=4.6.1, <5.0", # pinned to use socketio 2 under the hood (issue #366) ], classifiers=[ "Intended Audience :: Developers",