Merge branch '8653-cwl-to-template'
[arvados.git] / sdk / cwl / setup.py
index 3fc7433adfcd054c1e28bcd11acb49807506732e..c665a00f798d296d1ea984789f9b785a0a50673e 100644 (file)
@@ -30,8 +30,8 @@ setup(name='arvados-cwl-runner',
           'bin/arvados-cwl-runner'
       ],
       install_requires=[
-          'cwltool>=1.0.20160311170456',
-          'arvados-python-client>=0.1.20160219154918'
+          'cwltool==1.0.20160427142240',
+          'arvados-python-client>=0.1.20160322001610'
       ],
       test_suite='tests',
       tests_require=['mock>=1.0'],