view data_manager/macro.xml @ 3:5ffc68b4ec04 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_plasmidfinder commit 5c04f6f49deca3735a752e5ac29027ba9d5ff000-dirty
author pimarin
date Fri, 17 Feb 2023 14:03:19 +0000
parents 8ad77a9dc91d
children 60cfd33bc2fb
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.1.6</token>
    <token name="@REQUESTS_VERSION@">2.27.1</token>
    <token name="@PYTHON_VERSION@">3.8</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">21.05</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@PYTHON_VERSION@">python</requirement>
            <requirement type="package" version="@REQUESTS_VERSION@">requests</requirement>
        </requirements>
    </xml>
</macros>