aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-12-18 10:54:52 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-12-18 11:11:53 -0500
commit54ac1e2e256252ec75fbdfe668a3328fb5d02c31 (patch)
tree787308045ca6bbfade19062e6764876db1fac00d /README.md
parent07011c46bdaee9efb1b643415e15c9be9ff12f03 (diff)
downloadstasis-54ac1e2e256252ec75fbdfe668a3328fb5d02c31.tar.gz
Add (conda|pip)_packages_purge configuration keys and driver
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index 196f653..eb6d885 100644
--- a/README.md
+++ b/README.md
@@ -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