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

Need option to skip index flag generation #229

Open
theunkn0wn1 opened this issue Aug 23, 2023 · 0 comments
Open

Need option to skip index flag generation #229

theunkn0wn1 opened this issue Aug 23, 2023 · 0 comments

Comments

@theunkn0wn1
Copy link

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

  1. cannot generate the indexies with credentials
  2. need to provide the credentials externally to pip

To 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 files

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

No branches or pull requests

1 participant