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