Skip to content

Commit 4718237

Browse files
authored
fixes client using unsupported version of Socket.IO protocols (#368)
1 parent 531d898 commit 4718237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"pygdbmi>=0.10.0.0b0, <0.11", # parse gdb output
6969
"Pygments>=2.2.0, <3.0", # syntax highlighting
7070
"greenlet==0.4.16",
71+
"python-socketio>=4.6.1, <5.0", # pinned to use socketio 2 under the hood (issue #366)
7172
],
7273
classifiers=[
7374
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)