changeset 29:4c25b2ce827e

Update deps
author Catherine Wise <catherine.wise@csiro.au>
date Thu, 23 Jan 2014 10:21:58 +1100
parents d880375991ff
children c659bd6342ae
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jan 16 16:09:31 2014 +1100
+++ b/tool_dependencies.xml	Thu Jan 23 10:21:58 2014 +1100
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="py_ts" version="0.2.1">
+    <package name="py_ts" version="0.2.2">
         <readme>
             I should write this.
         </readme>
@@ -10,12 +10,12 @@
 requests==0.14.2
 requests_oauth2
 xmltodict
-boto==2.19.0
+boto==2.2.2
 simplejson
 passlib
                 </action>
-                <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.1.tar.gz</action>
-                <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.2.1.tar.gz</action>
+                <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.2.tar.gz</action>
+                <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.2.2.tar.gz</action>
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
                 <action type="set_environment">
                     <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>