12167: Send caller-provided or random X-Request-Id in API requests.
[arvados.git] / sdk / python / setup.py
index 99ea04d5aa58bcc9db685b97a8a64ba90fcff01c..fdc15022f164318707e8a8df6296eb99831efb99 100644 (file)
@@ -1,4 +1,7 @@
 #!/usr/bin/env python
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
 
 import os
 import sys
@@ -45,15 +48,14 @@ setup(name='arvados-python-client',
           ('share/doc/arvados-python-client', ['LICENSE-2.0.txt', 'README.rst']),
       ],
       install_requires=[
-          'google-api-python-client==1.4.2',
-          'oauth2client >=1.4.6, <2',
-          'ciso8601',
-          'httplib2',
-          'pycurl >=7.19.5.1, <7.21.5',
-          'python-gflags >=3',
+          'ciso8601 >=1.0.0, <=1.0.4',
+          'future',
+          'google-api-python-client >=1.6.2, <1.7',
+          'httplib2 >=0.9.2',
+          'pycurl >=7.19.5.1',
+          'ruamel.yaml >=0.13.7',
           'setuptools',
           'ws4py <0.4',
-          'ruamel.yaml >=0.13.7'
       ],
       test_suite='tests',
       tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],