Skip to content

Commit d2bb2b1

Browse files
Fix Engine.IO dependency version
1 parent 805b33f commit d2bb2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
platforms='any',
3131
install_requires=[
3232
'bidict>=0.21.0',
33-
'python-engineio>=3.13.0,<4'
33+
'python-engineio>=4',
3434
],
3535
extras_require={
3636
'client': [

0 commit comments

Comments
 (0)