[ARVADOS] updated: 0b7ddcd0f4d867b1794bf0a0b67a6120d3345fbd
git at public.curoverse.com
git at public.curoverse.com
Mon Dec 30 08:52:45 EST 2013
Summary of changes:
sdk/cli/Gemfile | 8 ++++++++
sdk/python/requirements.txt | 4 ++++
2 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 sdk/python/requirements.txt
via 0b7ddcd0f4d867b1794bf0a0b67a6120d3345fbd (commit)
via f26e2be2691915e1db2b384bb7b90260ca4f121f (commit)
from cb2aec9c9a0fb6c4d15b9b3db25e59f3c531df42 (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 0b7ddcd0f4d867b1794bf0a0b67a6120d3345fbd
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Sat Dec 28 20:51:12 2013 -0500
Updated Gemfile to include all dependencies of 'arv' command line tool so bundler
can auto-install them.
diff --git a/sdk/cli/Gemfile b/sdk/cli/Gemfile
index c944bdb..86107f7 100644
--- a/sdk/cli/Gemfile
+++ b/sdk/cli/Gemfile
@@ -1,3 +1,11 @@
source 'https://rubygems.org'
gem 'minitest'
gem 'rake'
+gem 'google-api-client', '>= 0.6.3'
+gem 'activesupport', '>= 3.2.13'
+gem 'json', '>= 1.7.7'
+gem 'trollop', '>= 2.0'
+gem 'andand', '>= 1.3.3'
+gem 'oj', '>= 2.0.3'
+gem 'curb', '~> 0.8'
+
commit f26e2be2691915e1db2b384bb7b90260ca4f121f
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Sat Dec 28 20:32:29 2013 -0500
Added pip requirements.txt to automatically install python dependencies for Arvados Python SDK.
diff --git a/sdk/python/requirements.txt b/sdk/python/requirements.txt
new file mode 100644
index 0000000..bbc4718
--- /dev/null
+++ b/sdk/python/requirements.txt
@@ -0,0 +1,4 @@
+google-api-python-client==1.2
+httplib2==0.8
+python-gflags==2.0
+urllib3==1.7.1
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list