madpah / requirements-parser

A Pip requirements file parser.
https://requirements-parser.readthedocs.io
Apache License 2.0
128 stars 42 forks source link

Add setuptools as a install_requires Dependency #38

Closed cooperlees closed 6 years ago

cooperlees commented 6 years ago

pkg_resources is needed at runtime, lets be explicit and state that so pip etc. do the right thing.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 98.315% when pulling 212078ba15e8af7817461fb65e16c257061107fc on cooperlees:master into 52f802c77573c0e64240cd47246de01ffbf96c0c on davidfischer:master.

davidfischer commented 6 years ago

Thanks!

cooperlees commented 6 years ago

Thanks for the useful and well unit tested library that save me a lot of time :D