Skip to content

Commit b60d57b

Browse files
committed
websocket-client for all versions
1 parent aa20f40 commit b60d57b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
requirements = [
1010
'requests >= 2.5.2',
1111
'six >= 1.3.0',
12+
'websocket-client >= 0.32.0',
1213
]
1314

14-
if sys.version_info[0] < 3:
15-
requirements.append('websocket-client >= 0.32.0')
16-
1715
exec(open('docker/version.py').read())
1816

1917
with open('./test-requirements.txt') as test_reqs_txt:

0 commit comments

Comments
 (0)