12167: Send caller-provided or random X-Request-Id in API requests.
[arvados.git] / sdk / python / setup.py
index a07155ece332e35ad0315ea1a45095280a485efb..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,13 +48,14 @@ setup(name='arvados-python-client',
           ('share/doc/arvados-python-client', ['LICENSE-2.0.txt', 'README.rst']),
       ],
       install_requires=[
+          'ciso8601 >=1.0.0, <=1.0.4',
+          'future',
           'google-api-python-client >=1.6.2, <1.7',
-          'ciso8601',
           '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'],