deptry icon indicating copy to clipboard operation
deptry copied to clipboard

Add a way to ignore the pyproject.toml and only use the requirements.txt

Open tgonzalez89 opened this issue 1 year ago • 1 comments

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

It's impossible to make the tool only check the dependencies in the requirements.txt if a pyproject.toml exists. The tool enforces the order defined in https://deptry.com/usage/#dependencies-extraction

Describe the solution you would like

An option to prioritize the requirements.txt over the pyproject.toml or to ignore the pyproject.toml altogether. Maybe an option force-select one of the options defined in https://deptry.com/usage/#dependencies-extraction, this would be an even more generic solution.

Additional context

NA

tgonzalez89 avatar Oct 24 '24 10:10 tgonzalez89