6a43fc1a960fdacf28795aa395a2a280eb46cfed
Python setuptools does not handle requirements.txt anyhow. It needs to be parsed and passed to it.
requirements.txt
rebased onto 6a43fc1a960fdacf28795aa395a2a280eb46cfed
Optional: add or line.startswith('#'), or that can wait until a comment line actually gets added to a requirements file.
or line.startswith('#')
Looks good to me. Just one optional suggestion that can be included later. Thanks!
Pull-Request has been merged by jkaluza
Python setuptools does not handle
requirements.txtanyhow. It needs to be parsed and passed to it.