andre-h
New Contributor III

Hi @hari-prasad ,

Thanks, that sounds like a very good solution as well 🙂

I managed to get it to run by using GitLab package registry as a private pypi and creating a pip.conf file with the credentials for http access in the initialization script. As I wrote, I wouldn't have expected it to work, but apparently  this is the only way to make your custom library an integral part of your dependencies.

View solution in original post