15370: Fix flaky test.
[arvados.git] / sdk / python / setup.py
index 311a139906aa4cb9d0a3d28b178767324a49837f..126b12f156bea0b173fd4d3a2ca3c8766ee0d41a 100644 (file)
@@ -49,9 +49,10 @@ setup(name='arvados-python-client',
           'ciso8601 >=2.0.0',
           'future',
           'google-api-python-client >=1.6.2, <2',
-          'httplib2 >=0.9.2',
-          'pycurl >=7.19.5.1',
-          'ruamel.yaml >=0.15.54, <=0.17.11',
+          'google-auth<2',
+          'httplib2 >=0.9.2, <0.20.2',
+          'pycurl >=7.19.5.1, <7.45.0',
+          'ruamel.yaml >=0.15.54, <0.17.11',
           'setuptools',
           'ws4py >=0.4.2',
       ],