diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-12-19 10:04:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-19 10:04:35 -0500 |
commit | d117a9724e9335ba738fd5cb99c27d4793a4976d (patch) | |
tree | 684451f6b834be5b32275cc360b587030bcf02b5 /README.md | |
parent | 8186ad89bbd7cfab65700045eaa9b26f8f877bfb (diff) | |
parent | 54ac1e2e256252ec75fbdfe668a3328fb5d02c31 (diff) | |
download | stasis-d117a9724e9335ba738fd5cb99c27d4793a4976d.tar.gz |
Merge pull request #78 from jhunkeler/remove-package-from-delivery
Allow removing packages from a delivery
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -246,15 +246,17 @@ All configuration section names and keys are _case-sensitive_. ### conda -| Key | Type | Purpose | Required | -|--------------------|--------|----------------------------|----------| -| installer_name | String | Conda distribution name | Y | -| installer_version | String | Conda distribution version | Y | -| installer_platform | String | Conda target platform | Y | -| installer_arch | String | Conda target architecture | Y | -| installer_baseurl | String | Conda installer URL | Y | -| conda_packages | List | Conda packages to install | N | -| pip_packages | List | Pypi packages to install | N | +| Key | Type | Purpose | Required | +|----------------------|--------|----------------------------|----------| +| installer_name | String | Conda distribution name | Y | +| installer_version | String | Conda distribution version | Y | +| installer_platform | String | Conda target platform | Y | +| installer_arch | String | Conda target architecture | Y | +| installer_baseurl | String | Conda installer URL | Y | +| conda_packages | List | Conda packages to install | N | +| conda_packages_purge | List | Conda packages to remove | N | +| pip_packages | List | Pypi packages to install | N | +| pip_packages_purge | List | Conda packages to remove | N | ### runtime |