Skip to content

Commit 061b767

Browse files
upper bound for python-engineio #nolog
1 parent 0b25ff4 commit 061b767

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.8.0'
33+
'python-engineio>=3.8.0,<3.9.0'
3434
],
3535
extras_require={
3636
'client': [

0 commit comments

Comments
 (0)