From 466bbc3be7e53025f24ea45d3f68b9db332393d6 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 28 Aug 2017 09:50:12 -0700 Subject: [PATCH] updated requirements Fixes #534 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'