madpah / requirements-parser

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

Question: New release including recursive parsing? #20

Closed tobiasweibel closed 9 years ago

tobiasweibel commented 9 years ago

Hi David

Would it be possible to release a new version including recursive parsing commit?

Best regards Tobias

jessamynsmith commented 9 years ago

I would also like this very much! Though it still won't quite work for me as implemented, since I need to preserve filestructure. I'd be happy to submit a pr.

davidfischer commented 9 years ago

I'll make a release today. I always welcome PRs.

davidfischer commented 9 years ago

There is a new release for recursive parsing and a fix for packages with underscores: https://pypi.python.org/pypi/requirements-parser/0.1.0

Cheers!

tobiasweibel commented 9 years ago

Thanks!