I am trying to write a custom salt runner module and was wondering how does salt-stack handle external dependencies.
say I have
import external_library
how do I install or manage this external_library dependency so that my custom module is loaded properly?