X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bdbf7c4ee346fd1615f882255b3606d8d5360710..d9e5d620d8e68b349bb79b9749a74110603a89d4:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 7117963748..d97e7428da 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -37,11 +37,14 @@ setup(name='arvados-cwl-runner', 'schema-salad==3.0.20181129082112', 'typing >= 3.6.4', 'ruamel.yaml >=0.15.54, <=0.15.77', - 'arvados-python-client>=1.2.1.20181130020805', + 'arvados-python-client>=1.3.0.20190205182514', 'setuptools', - 'ciso8601 >=1.0.6, <2.0.0', - 'subprocess32>=3.5.1', + 'ciso8601 >= 2.0.0', ], + extras_require={ + ':os.name=="posix" and python_version<"3"': ['subprocess32 >= 3.5.1'], + ':python_version<"3"': ['pytz'], + }, data_files=[ ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']), ],