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

Forward pip options from the exported requirements file #398

Open
cjolowicz opened this issue Jun 14, 2021 · 2 comments · May be fixed by #887
Open

Forward pip options from the exported requirements file #398

cjolowicz opened this issue Jun 14, 2021 · 2 comments · May be fixed by #887
Labels
enhancement New feature or request

Comments

@cjolowicz
Copy link
Owner

cjolowicz commented Jun 14, 2021

We may want to collect pip options like --index-url from the exported requirements.txt, and pass them to pip via the command-line. Currently, these are simply filtered out, since they are not valid requirements.

(Are they valid in a constraints file? If that were to be the case, we could simply exclude them from the requirements parser.)

This came up in #397 and #497.

@raddessi
Copy link

I would spend some time on this if you think it is doable.

@raddessi
Copy link

OK! Not only is this doable It's not too big of a lift. I should have something for you to check out soon I hope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants