When using dynamic
with setuptools
in pyproject.toml
, deptry
won't detect dependencies.
#855
Labels
bug
Something isn't working
Environment
Describe the issue
When using
dynamic
withsetuptools
inpyproject.tomll
,deptry
won't detect dependencies. Even if I explicitly define therequirements.txt
explicitly.deptry . --requirements-files requirements.txt --extend-exclude "somexclude"
but click is clearly in the
requirements.txt
.In
pyproject.toml
:Minimal way to reproduce the issue
Have a project with dynamic dependencies.
Expected behavior
Detect or at least override where dependencies are coming from.
Additional context
https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
The text was updated successfully, but these errors were encountered: