You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Check for example [this](https://github.com/ManimCommunity/manim) repo.
In the pyproject.toml there is a section named [tool.poetry.group.dev.dependencies].
After having built the sdist locally, when running grayskull pypi dist/manim-0.18.0.tar.gz all the dependencies listed under [tool.poetry.group.dev.dependencies] won't be included in the generated meta.yml file.
I tried with grayskull pypi dist/manim-0.18.0.tar.gz --extras-require-all and with grayskull pypi dist/manim-0.18.0.tar.gz --extras-require-include dev with no success.
grayskull version: 2.5.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Check for example
[this](https://github.com/ManimCommunity/manim)
repo.In the
pyproject.toml
there is a section named[tool.poetry.group.dev.dependencies]
.After having built the
sdist
locally, when runninggrayskull pypi dist/manim-0.18.0.tar.gz
all the dependencies listed under[tool.poetry.group.dev.dependencies]
won't be included in the generatedmeta.yml
file.I tried with
grayskull pypi dist/manim-0.18.0.tar.gz --extras-require-all
and withgrayskull pypi dist/manim-0.18.0.tar.gz --extras-require-include dev
with no success.grayskull version: 2.5.1
The text was updated successfully, but these errors were encountered: