websocket-client for all versions

This commit is contained in:
Joffrey F 2015-07-08 15:18:04 -07:00
parent aa20f40fcd
commit b60d57b67b
1 changed files with 1 additions and 3 deletions

View File

@ -9,11 +9,9 @@ SOURCE_DIR = os.path.join(ROOT_DIR)
requirements = [ requirements = [
'requests >= 2.5.2', 'requests >= 2.5.2',
'six >= 1.3.0', 'six >= 1.3.0',
'websocket-client >= 0.32.0',
] ]
if sys.version_info[0] < 3:
requirements.append('websocket-client >= 0.32.0')
exec(open('docker/version.py').read()) exec(open('docker/version.py').read())
with open('./test-requirements.txt') as test_reqs_txt: with open('./test-requirements.txt') as test_reqs_txt: