There was an error while loading. Please reload this page.
1 parent 531d898 commit 4718237Copy full SHA for 4718237
setup.py
@@ -68,6 +68,7 @@
68
"pygdbmi>=0.10.0.0b0, <0.11", # parse gdb output
69
"Pygments>=2.2.0, <3.0", # syntax highlighting
70
"greenlet==0.4.16",
71
+ "python-socketio>=4.6.1, <5.0", # pinned to use socketio 2 under the hood (issue #366)
72
],
73
classifiers=[
74
"Intended Audience :: Developers",
0 commit comments