Merge branch 'main' into 18842-arv-mount-disk-config
[arvados.git] / sdk / python / setup.py
index 5b6ad45ed9a32218c7c5eb95a86eed6a057cc687..1daafc97adcf89e2f6fac2f1899db2003967f25c 100644 (file)
@@ -48,6 +48,7 @@ setup(name='arvados-python-client',
       install_requires=[
           'ciso8601 >=2.0.0',
           'future',
+          'google-api-core <2.11.0', # 2.11.0rc1 is incompatible with google-auth<2
           'google-api-python-client >=1.6.2, <2',
           'google-auth<2',
           'httplib2 >=0.9.2, <0.20.2',
@@ -63,6 +64,6 @@ setup(name='arvados-python-client',
           'Programming Language :: Python :: 3',
       ],
       test_suite='tests',
-      tests_require=['pbr<1.7.0', 'mock>=1.0,<4', 'PyYAML'],
+      tests_require=['pbr<1.7.0', 'mock>=1.0,<4', 'PyYAML', 'parameterized'],
       zip_safe=False
       )