Skip to content

Commit 292d9b1

Browse files
author
Joonas Nikula
authored
Use newest websocket-client instead of internal fork.
2 parents 9ce2ce7 + 26d4e9f commit 292d9b1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
])
1212
setup(
1313
name='socketIO-client',
14-
version='0.7.7',
14+
version='0.7.8',
1515
description='A socket.io client library',
1616
long_description=DESCRIPTION,
1717
license='MIT',
@@ -25,13 +25,10 @@
2525
author='Roy Hyunjin Han',
2626
author_email='rhh@crosscompute.com',
2727
url='https://github.com/invisibleroads/socketIO-client',
28-
dependency_links=[
29-
'git+https://github.com/ARMmbed/websocket-client@v0.51.0-1#egg=websocket-client-0.51.0-1'
30-
],
3128
install_requires=[
3229
'requests>=2.7.0',
3330
'six',
34-
'websocket-client==0.51.0-1'
31+
'websocket-client>=0.56.0'
3532
],
3633
tests_require=[
3734
'nose',

0 commit comments

Comments
 (0)