Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for extra index urls #367

Open
Whoaa512 opened this issue May 24, 2024 · 1 comment
Open

Please add support for extra index urls #367

Whoaa512 opened this issue May 24, 2024 · 1 comment

Comments

@Whoaa512
Copy link

For context, we use artifactory to host a mirror of public pypi and our own internal packages.

When running pip install on our requirements file, we need to specify these extra flags

--index-url https://artifactory.mycorp.com/artifactory/api/pypi/our-release-pypi/simple
--extra-index-url https://artifactory.dev.mycorp.com/artifactory/api/pypi/our-release-local/simple
--extra-index-url https://pypi.mycorp.com/simple

However guarddog seems to not respect them if they are included at the top of the requirements.txt file nor as CLI flags.

Would love to be able to use support this workflow since it's a pretty standard thing to use a mirror like artifactory

@christophetd christophetd added the enhancement New feature or request label May 27, 2024
@christophetd
Copy link
Contributor

Hi there,

Thanks for the suggestion, I agree we should eventually support it. Let's discuss this internally and circle back here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants