-
- Downloads
fix: got needs url parsed for basic-auth in url (#2972)
When including basic-auth information in the URL, such as `https://user:pass@my.pypi.repo.xx/repo`, `got` needs this url-parsed to not throw an error. Since this is common with requirement.txts and Pipfiles, let’s support this. Closes #2971
Please register or sign in to comment