comparison tool_dependencies.xml @ 2:f6da901ffff8

jinja solution
author pieter.lukasse@wur.nl
date Thu, 22 Jan 2015 16:55:19 +0100
parents
children 92cf554fca03
comparison
equal deleted inserted replaced
1:964ec10d568c 2:f6da901ffff8
1 <?xml version="1.0"?>
2 <tool_dependency>
3
4 <package name="nist_wrapper_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 </actions>
15 </install>
16 <readme>A Python 2 virtual environment that includes the python packages jinja2, six, argparse.</readme>
17 </package>
18
19 </tool_dependency>