diff tool_dependencies.xml @ 0:d448fe1df4a1

update
author Jan Kanis <jan.code@jankanis.nl>
date Wed, 22 Jul 2015 17:13:06 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Jul 22 17:13:06 2015 +0200
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<tool_dependency>
+
+  <package name="blast2html_venv" version="0.2">
+    <install version="1.0">
+      <actions>
+
+	<action type="setup_virtualenv">
+	  jinja2==2.7.3
+	  six==1.7.2
+	  argparse==1.2.1
+	</action>
+
+	<!-- install lxml manually, as the setup_virtualenv action does not include the environment
+	     from set_environment_for_install but shell_command does -->
+      </actions>
+    </install>
+    <readme>A Python 2 virtual environment that includes the python packages blast2html depends on, which are lxml and jinja2.</readme>
+  </package>
+
+</tool_dependency>