Feature request: currently, pip install -r requirements.txt works, but pip install -r - does not. The latter should take the file contents from stdin. This will allow UNIX-style command chaining if the requirements are dynamically generated by a program. Of course it is easily fixed by xargs, but still.