As per #894, we won't necessarily have dependencies in pyproject.toml; the user might use setup.cfg in which case we should check there, and respect the user's choice of dependency declaration location. Similar to the bespoke poetry declaration location under tool.poetry.
As per #894, we won't necessarily have dependencies in
pyproject.toml; the user might usesetup.cfgin which case we should check there, and respect the user's choice of dependency declaration location. Similar to the bespoke poetry declaration location under tool.poetry.