Mercurial > repos > chrisb > gap_all_glycan_tools
annotate tool_dependencies.xml @ 0:89592faa2875 draft
Uploaded
author | chrisb |
---|---|
date | Wed, 23 Mar 2016 14:35:56 -0400 |
parents | |
children |
rev | line source |
---|---|
0 | 1 <?xml version='1.0' encoding='utf-8'?> |
2 <tool_dependency> | |
3 <package name="python_for_glycan_tools" version="1.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="setup_virtualenv">pip==6.0 | |
7 BeautifulSoup==3.2.1 | |
8 numpy==1.9.1 | |
9 mechanize==0.2.5 | |
10 suds==0.4 | |
11 ete2==2.2.1072 | |
12 Jinja | |
13 Jinja2 | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme>Python package requirements for GlycanTools </readme> | |
18 </package> | |
19 </tool_dependency> |