Is it possible to have OS specific requirements in pip's requirements.txt file?
For example: I have a dependency on readline, therefore, if installing on windows (or OSX), then pyreadline is a requirement. If it's linux, then I don't want to force an install.
distribute requirements.txt? isn't it its purpose ?setup.py.