This allows to trigger the task type registration cli properly without having to install
the missing package manually first.
Encountered the issue when deploying the bzr loader.
task-type registration cli would not do anything without installing the package first.
Which is expected given how we rely the setuptools entrypoint for it.
Related to T4214