python-packer
python-packer copied to clipboard
Remove `sh` dependency
Currently, there's only one dependency for packer - sh. I don't see a reason to keep that dependency as it can be easily replaced with subprocess.
Doing this may make it easier to grab output from stdout.