madpah / requirements-parser

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

Ignore end-of-line comments #25

Closed belak closed 8 years ago

belak commented 8 years ago

This will ignore end of line comments when parsing requirements files.

belak commented 8 years ago

Actually, it looks like I missed the name property so this might not be needed.

belak commented 8 years ago

Ah, there's a bug relating to parsing -e and end of line comments. I'll see if I can get that fixed and submit a PR for that.