For example, if a script requires `curl`, we can have this config: ```yaml dependencies: - curl ``` This will not be displayed in the usage text, but the script will run a `dependencies_filter` function before running, and check if curl is installed.