michael_cooper
10/06/2020, 7:00 PMpip_url
for custom extractors/loaders, is there a way to get it from a private repo?douwe_maan
10/06/2020, 7:41 PMpip install
(and therefore pip_url
) supports git+ssh
URLs in case you want to use SSH auth, and if you'd prefer using a git+http
URL, it may also support creds in ~/.netrc
.michael_cooper
10/06/2020, 8:26 PM