Open char0lene opened 1 year ago
This looks like the same issue as https://github.com/PyCQA/prospector/issues/556 - there's a workaround in that issue if you need one. The fix for this in requirements_detector has been merged now, so hopefully a fixed version of prospector is not too far away 🤞
Describe the bug When you start prospector in a folder with a
pyproject.toml
(from poetry). And this file does contain a path path dependency; Then prospector throws a KeyError and does not execute, because apparently it misses a dependency version. (You can not include a version in the path dependency, as far as I observed.)To Reproduce
prospector
Expected behavior
Environment (please complete the following information):
Additional context
You need two
pyproject.toml
poetry files.