11684: ArvadosFile.flush() now check if it is the only owner of a bufferblock before...
[arvados.git] / sdk / python / setup.py
index be10632091d382f2dbfdcc3afd398ac97695f81e..a3d1661ed356fd28cd2df16d234317398a2bd234 100644 (file)
@@ -45,15 +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.4.2',
-          'oauth2client >=1.4.6, <2',
           'ciso8601',
-          'httplib2',
+          'future',
+          'google-api-python-client >=1.6.2, <1.7',
+          'httplib2 >=0.9.2',
           'pycurl >=7.19.5.1',
-          'python-gflags<3.0',
+          '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'],