We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks for the suggestion, I agree we should eventually support it. Let's discuss this internally and circle back here
Sorry, something went wrong.
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: