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
When generating requirements.txt, I need the ability to skip the generation of index flags.
I need to commit the generated requirements.txt to version control, which means I
requirements.txt
To this end, I have pip configured on target systems with necessary credentials via the ~/.config/pip/pip.conf file.
~/.config/pip/pip.conf
Unfortunately, this package's generation of --index-url and --extra-index-url override this global config file, causing installation to fail.
--index-url
--extra-index-url
Please Add a CLI flag to skip emitting these flags to generated requirements.txt files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When generating requirements.txt, I need the ability to skip the generation of index flags.
I need to commit the generated
requirements.txt
to version control, which means ITo this end, I have pip configured on target systems with necessary credentials via the
~/.config/pip/pip.conf
file.Unfortunately, this package's generation of
--index-url
and--extra-index-url
override this global config file, causing installation to fail.Please Add a CLI flag to skip emitting these flags to generated
requirements.txt
filesThe text was updated successfully, but these errors were encountered: