From 794fcb0ff224ec4ed24b8daa27ec082d167aea32 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sat, 17 Oct 2015 12:55:34 -0700 Subject: [PATCH] Updated requirements --- example/requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/requirements.txt b/example/requirements.txt index 7cdca420..8df2d9ab 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -3,7 +3,7 @@ Flask_SocketIO itsdangerous==0.24 Jinja2==2.7.3 MarkupSafe==0.23 -python-engineio==0.6.2 -python-socketio==0.4.2 +python-engineio==0.7.0 +python-socketio==0.6.0 six==1.9.0 Werkzeug==0.10.4 diff --git a/setup.py b/setup.py index 5755d701..75aa169c 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ platforms='any', install_requires=[ 'Flask>=0.9', - 'python-socketio>=0.4.0' + 'python-socketio>=0.6.0' ], tests_require=[ 'coverage'