-
Nebukadneza authored
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
Nebukadneza authoredWhen 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