PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Tuesday the 10th of March, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[22:02:59] <maugzoide> sorry for the dumb question: is there any way to add allow-external as an inline option in requirements file?
[22:03:15] <maugzoide> I am using pip 1.5.6
[22:03:23] <maugzoide> I mean:
[22:03:45] <maugzoide> req.txt -> mysql-connector-python==1.2.3 --allow-external
[22:09:18] <dstufft> maugzoide: not inline, you can add a second line though of --allow-extenral mysql-connector-python
[22:10:02] <nanonyme> dstufft, how do --flags scope in req files? Does he need a separate req file for that?
[22:11:09] <dstufft> pip reads the entire reuqirements.txt and more or less acts like you specified them on the CLI
[22:11:24] <nanonyme> Ah, okay
[22:11:53] <nanonyme> My first assumption was putting a flag would be valid for the entire req file but I guess that would be less than useful
[22:19:12] <maugzoide> ah, nice dstufft
[22:19:16] <maugzoide> thank you!
[22:51:59] <xafer> maugzoide, unfortunately it does work like a global flag for the entire req