Closed jmnavarrol closed 2 years ago
I ended up coding it in pure Bash.
v1.3.2 now looks for includes within the requested requirements file and, if found, it also tracks their md5sum.
NOTE: this only works for "single level" includes; it doesn't recursiverly look for further includes beyond the first requirements file.
pip added syntax to include a requirements file from another.
In this case, python3-virtualenvs won't track the included requirements file and so, in case of updates won't regenerate the requested virtualenv.
Add support for this feature, maybe with the help of something like pip-requirements-parser.