Skip to content

Commit

Permalink
fixes client using unsupported version of Socket.IO protocols (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
twick00 authored Dec 21, 2020
1 parent 531d898 commit 4718237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4718237

Please sign in to comment.