From 6f12132e88c60a81fdfa53c26c6e7e5e088e8cbe Mon Sep 17 00:00:00 2001 From: Roy Hyunjin Han Date: Mon, 7 Jan 2013 17:14:15 -0500 Subject: [PATCH] Updated setup.py --- TODO.rst | 10 +++++----- setup.py | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/TODO.rst b/TODO.rst index e3e5408..bf51bc3 100644 --- a/TODO.rst +++ b/TODO.rst @@ -1,7 +1,7 @@ Let user define a proxy #5 Let user emit without arguments #5 -Review forks - Integrate Zac's fork #6 - Integrate Sajal's fork #7 - Integrate Francis's fork #10 - Investigate #8 +Integrate Zac's fork #6 +Integrate Sajal's fork #7 +Integrate Francis's fork #10 +Investigate issue #8 +Integrate Paul's fork diff --git a/setup.py b/setup.py index 2651b7a..0ca72de 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ CHANGES = open(os.path.join(here, 'CHANGES.rst')).read() setup( name='socketIO-client', - version='0.3', + version='0.4', description='A socket.io client library', long_description=README + '\n\n' + CHANGES, license='MIT', @@ -24,6 +24,7 @@ setup( url='https://github.com/invisibleroads/socketIO-client', install_requires=[ 'anyjson', + 'gevent-socketio', 'websocket-client', ], packages=find_packages(),