view tool_dependencies.xml @ 5:6bdcfd49a90c default tip

update images path
author Jan Kanis <jan.code@jankanis.nl>
date Wed, 22 Jul 2015 17:08:16 +0200
parents dad02776f538
children
line wrap: on
line source

<?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>