comparison tool_dependencies.xml @ 41:637f96ffb9a4

more dependency updates, now including the python package dependencies
author Jan Kanis <jan.code@jankanis.nl>
date Mon, 19 May 2014 18:22:24 +0200
parents
children 0d5d90291ce2
comparison
equal deleted inserted replaced
40:1a51ef0034d6 41:637f96ffb9a4
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="argparse" version="1.2.1">
4 <install version="1.0">
5 <actions>
6 <action type="setup_virtualenv">
7 argparse == 1.2.1
8 </action>
9 </actions>
10 </install>
11 <readme>The Python argparse library. This is included in the stdlib for python 2.7 and up, but not for 2.6</readme>
12 </package>
13
14 <package name="lxml" version="2.2.3">
15 <install version="1.0">
16 <actions>
17 <action type="setup_virtualenv">
18 lxml == 2.2.3
19 </action>
20 </actions>
21 </install>
22 <readme>The Python lxml library</readme>
23 </package>
24
25 <package name="jinja2" version="2.7.2">
26 <install version="1.0">
27 <actions>
28 <action type="setup_virtualenv">
29 jinja2 == 2.7.2
30 </action>
31 </actions>
32 </install>
33 <readme>The Jinja 2 template engine for Python</readme>
34 </package>
35
36 <package name="blast_datatypes" version="v0.0.18">
37 <repository name="blast_datatypes" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="de11e1a921c4"/>
38 <readme>blast2html requires the blast datatypes for its input</readme>
39 </package>
40
41 </tool_dependency>