madpah / requirements-parser

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

feat: allow skipping requirements file includes #70

Open Raekkeri opened 2 years ago

Raekkeri commented 2 years ago

Hi,

I'm building a tool to inspect requirement files of multiple Python projects (compare version numbers etc.). Your library works very nicely, and I'd like to propose this small update using which the requirements file "includes" ("-r" or "--requirement") can be ignored. Let me know if you're interested in applying this or if you'd like to have anything changed/improved in the PR.