diff --git a/setup.py b/setup.py index bb151235..717e12cc 100755 --- a/setup.py +++ b/setup.py @@ -31,8 +31,7 @@ }, install_requires=[ 'Flask>=0.9', - 'python-socketio>=1.5.0', - 'python-engineio>=1.0.0' + 'python-socketio>=1.6.1' ], tests_require=[ 'coverage'