fpgmaas / deptry

Find unused, missing and transitive dependencies in a Python project.
https://deptry.com/
MIT License
924 stars 20 forks source link

Understand more complex requirements.txt files, follow into nested/included files #912

Closed tgonzalez89 closed 1 month ago

tgonzalez89 commented 1 month ago

Is your feature request related to a problem? Please describe.

As of now, if a requirements.txt file only has something like -r common.txt it doesn't go into that other file to search for dependencies in there.

Describe the solution you would like

The tool should be able to follow into other requirement.txt files when -r is found.

Additional context

NA