Would be nice to give a list of libs to be bundled, in addition to thos detected automatically.
It's a useful feature for this:
Code that dynamically loads libraries at runtime using ctypes / cffi (from Python) or dlopen (from C/C++) doesn't contain this information in a way that can be statically determined, so dependencies that are loaded via those mechanisms will be missed.