[BUG] --extras-require-all
option doesn't work with pyproject.toml
-based projects
#506
Labels
bug
Something isn't working
Describe the bug
For projects with extra dependencies defined in the
pyproject.toml
file, grayskull's--extras-require-all
option doesn't work.To Reproduce
Expected behavior
I expected the
array
anddataframe
extras to be included. With packages likenumpy
orpandas
.Outputs
Environment:
Additional context
The
dask
example worked until the2023.4.0
version, when they switched fromsetup.py
/setup.cfg
topyproject.toml
(see this commit).The text was updated successfully, but these errors were encountered: