Merge branch '8784-dir-listings'
[arvados.git] / sdk / python / setup.py
index 5387b0232ab47ae74f5e9c125915b796ecfe1d96..c2ac6a9db8f8a1d4aadbf0b3f02e9e0d31d2b9c5 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=[
-          'google-api-python-client==1.6.2, <1.7',
           'ciso8601',
-          'httplib2 >= 0.9.2',
+          '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'
+          'ws4py <0.4',
       ],
       test_suite='tests',
       tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],