Browse Source

upper bound for python-engineio #nolog

pull/348/head
Miguel Grinberg 6 years ago
parent
commit
061b767bb7
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 2
      setup.py

2
setup.py

@ -30,7 +30,7 @@ setup(
platforms='any',
install_requires=[
'six>=1.9.0',
'python-engineio>=3.8.0'
'python-engineio>=3.8.0,<3.9.0'
],
extras_require={
'client': [

Loading…
Cancel
Save