comparison tool_dependencies.xml @ 0:dad02776f538

first commit
author Jan Kanis <jan.code@jankanis.nl>
date Wed, 22 Jul 2015 16:32:48 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:dad02776f538
1 <?xml version="1.0"?>
2 <tool_dependency>
3
4 <package name="blast2html_venv" version="0.2">
5 <install version="1.0">
6 <actions>
7
8 <action type="setup_virtualenv">
9 jinja2==2.7.3
10 six==1.7.2
11 argparse==1.2.1
12 </action>
13
14 <!-- install lxml manually, as the setup_virtualenv action does not include the environment
15 from set_environment_for_install but shell_command does -->
16 </actions>
17 </install>
18 <readme>A Python 2 virtual environment that includes the python packages blast2html depends on, which are lxml and jinja2.</readme>
19 </package>
20
21 </tool_dependency>