[BUG] Failed to parse tool.poetry.dependencies
with multiple constraints dependencies
#535
Labels
bug
Something isn't working
Describe the bug
grayskull
fails to parse poetry's multiple constraints dependencies syntax when run on the xypattern package with agrayskull.strategy.py_toml.InvalidPoetryDependency
exception (see below).This is the xypatterns's pyproject.toml
[tool.poetry.dependencies]
section.To Reproduce
grayskull pypi xypattern
Expected behavior
Have
grayskull
supporting poetry's multiple constraints dependencies syntax.Outputs
Raised exception
Environment:
grayskull --version
: 2.5.3Additional context
As a quick workaround, I added
to
grayskull/grayskull/strategy/py_toml.py
Lines 164 to 186 in a34b757
The text was updated successfully, but these errors were encountered: