[ARVADOS] updated: ec3ff9b42a2b6a5d50603aced6275110fdc90912
Git user
git at public.curoverse.com
Fri Feb 19 10:49:32 EST 2016
Summary of changes:
sdk/python/setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via ec3ff9b42a2b6a5d50603aced6275110fdc90912 (commit)
from 03245f8fb2e143864966dc151bf12368d2bd78fa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit ec3ff9b42a2b6a5d50603aced6275110fdc90912
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Feb 19 10:49:18 2016 -0500
Pin google-api-python-client and oauth2client versions to deal with
incompatability between google api client and oauth2 client 2.0. no issue #
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index b6518f9..c547d87 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -39,8 +39,9 @@ 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.5.1',
'ciso8601',
- 'google-api-python-client',
'httplib2',
'pycurl >=7.19.5.1, <7.21.5',
'python-gflags<3.0',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list