11684: ArvadosFile.flush() now check if it is the only owner of a bufferblock before...
[arvados.git] / sdk / python / setup.py
index a07155ece332e35ad0315ea1a45095280a485efb..a3d1661ed356fd28cd2df16d234317398a2bd234 100644 (file)
@@ -45,13 +45,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',
+          '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'],