14198: Update version deps for schema-salad, cwltool, ruamel.yaml, requests
[arvados.git] / sdk / python / setup.py
index 6e3f59dd7ede16fee8eb1da387fa93a8ec83fc4d..e5126c12b0f567ba64f251a483e0a1ddf055d8ef 100644 (file)
@@ -51,9 +51,10 @@ setup(name='arvados-python-client',
           'google-api-python-client >=1.6.2, <1.7',
           'httplib2 >=0.9.2',
           'pycurl >=7.19.5.1',
-          'ruamel.yaml >=0.13.11, <0.15',
+          'ruamel.yaml >=0.15.54',
           'setuptools',
-          'ws4py <0.4',
+          'ws4py >=0.4.2',
+          'subprocess32 >=3.5.1',
       ],
       test_suite='tests',
       tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],