X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6ef78156ac5e0fb7883477b53a12873a15ade721..48c38895200cdafaaeca37299bf8352878389a77:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 62ceab2fa1..d4bb6d102a 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -36,7 +36,8 @@ setup(name='arvados-cwl-runner', 'bin/arvados-cwl-runner', ], # Note that arvados/build/run-build-packages.sh looks at this - # file to determine what version of cwltool and schema-salad to build. + # file to determine what version of cwltool and schema-salad to + # build. install_requires=[ 'cwltool==1.0.20190831161204', 'schema-salad==4.5.20190815125611', @@ -63,5 +64,5 @@ setup(name='arvados-cwl-runner', 'mock>=1.0,<4', 'subprocess32>=3.5.1', ], - zip_safe=True - ) + zip_safe=True, +)