mirror of https://github.com/docker/docker-py.git
websocket-client for all versions
This commit is contained in:
parent
aa20f40fcd
commit
b60d57b67b
4
setup.py
4
setup.py
|
|
@ -9,11 +9,9 @@ SOURCE_DIR = os.path.join(ROOT_DIR)
|
|||
requirements = [
|
||||
'requests >= 2.5.2',
|
||||
'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())
|
||||
|
||||
with open('./test-requirements.txt') as test_reqs_txt:
|
||||
|
|
|
|||
Loading…
Reference in New Issue