Skip to content

Commit 033d388

Browse files
only bring compatible versions of engineio dependency #nolog
1 parent 5e010bd commit 033d388

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
'six>=1.9.0',
33-
'python-engineio>=3.13.0'
33+
'python-engineio>=3.13.0,<4'
3434
],
3535
extras_require={
3636
'client': [

0 commit comments

Comments
 (0)