madpah / requirements-parser

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

Use pkg_resources for parsing #7

Closed davidfischer closed 11 years ago

davidfischer commented 11 years ago

This is a backwards incompatible change since this enables multiple version specifiers for a single requirement which changes the output format. The output is also now a generator.

This increases compatibility with other tools like pip and distribute.

Fixes #3, fixes #4, fixes #5.

treyhunner commented 11 years ago

Please ping me when a new version is released so I can properly pin pep438 to the new version (I neglected to pin it at all).

davidfischer commented 11 years ago

Released!

Hopefully this wasn't too painful on your side as I know backwards incompatible changes can be. However, that's what versions 0.0.x are for.