madpah / requirements-parser

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

[FEATURE] Support for locally referenced packages #76

Open madpah opened 2 years ago

madpah commented 2 years ago

Pip allows for packages to be referenced locally using relative and absolute file paths (as documented in Pip's Examples).

This feature will ensure that all valid variants of locally referenced packages can be parsed from requirements.txt files.

This Feature should also resolve the following reported issues: