You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
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.
The text was updated successfully, but these errors were encountered: