periareon / req-compile

Python requirements compilation
MIT License
14 stars 4 forks source link

Render `--find-links` into compiled outputs if provided in input files #43

Closed abrisco closed 8 months ago

abrisco commented 8 months ago

This change allows --find-links entries to be rendered whenever directives are rendered into compiled solutions.

Additionally, this change allows FindLinksRepository to be represented by a relative path should one be provided via the new relative_to constructor arg.