X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1dc6c511620a852f81d5179fd2f9fbecee472e71..a93ef946eb1e73ee190ea4ff19c4f9278235530c:/sdk/python/setup.py diff --git a/sdk/python/setup.py b/sdk/python/setup.py index 6e3f59dd7e..5e066f0145 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -54,6 +54,7 @@ setup(name='arvados-python-client', 'ruamel.yaml >=0.13.11, <0.15', 'setuptools', 'ws4py <0.4', + 'subprocess32>=3.5.1', ], test_suite='tests', tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],