changeset 53:76f7130a8778 draft

Uploaded
author fubar
date Sun, 30 Aug 2020 22:31:36 -0400
parents e8bf01166d74
children dcd66b623000
files toolfactory/tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/toolfactory/tool_dependencies.xml	Sun Aug 30 07:09:26 2020 -0400
+++ b/toolfactory/tool_dependencies.xml	Sun Aug 30 22:31:36 2020 -0400
@@ -1,14 +1,14 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="planemoenv">
+    <package name="planemoenv" version="0.1">
         <install version="0.1">
             <actions>
-                <action python="3.7" type="setup_virtualenv">
-planemo==0.72.0.dev0
-bioblend==0.14.0
-ephemeris==0.10.6
-galaxyxml==0.4.10
-lxml==4.5.1
+                <action type="setup_virtualenv" >
+planemo>=0.72.0.dev0
+bioblend>=0.14.0
+ephemeris>=0.10.6
+galaxyxml>=0.4.10
+lxml>=4.5.1
                     </action>
             </actions>
         </install>