X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2411624900867c1ca3884e84a6ad07e30b5d0802..3ede205bf0e5af7a88e04009cd66ff111e0729c3:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 7a9f57b362..c665a00f79 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -30,9 +30,11 @@ setup(name='arvados-cwl-runner', 'bin/arvados-cwl-runner' ], install_requires=[ - 'cwltool>=1.0.20151014024436', - 'arvados-python-client' + 'cwltool==1.0.20160427142240', + 'arvados-python-client>=0.1.20160322001610' ], + test_suite='tests', + tests_require=['mock>=1.0'], zip_safe=True, cmdclass={'egg_info': tagger}, )