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.