Mercurial > repos > pieterlukasse > nist_wrapper
diff tool_dependencies.xml @ 2:f6da901ffff8
jinja solution
author | pieter.lukasse@wur.nl |
---|---|
date | Thu, 22 Jan 2015 16:55:19 +0100 |
parents | |
children | 92cf554fca03 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jan 22 16:55:19 2015 +0100 @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<tool_dependency> + + <package name="nist_wrapper_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> + + </actions> + </install> + <readme>A Python 2 virtual environment that includes the python packages jinja2, six, argparse.</readme> + </package> + +</tool_dependency> \ No newline at end of file