7658: improve the log verification in case of unexpected close.
[arvados.git] / sdk / python / setup.py
index 98b7361e92e94a5da39fdfe446f92546020e0ab1..17f9cb43a084710c764db9bd565d0fe08f2b7627 100644 (file)
@@ -39,11 +39,13 @@ 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',
+          'pyasn1-modules==0.0.5',
           'ciso8601',
-          'google-api-python-client',
           'httplib2',
           'pycurl >=7.19.5.1, <7.21.5',
-          'python-gflags',
+          'python-gflags<3.0',
           'ws4py'
       ],
       test_suite='tests',