Recursive extra dependencies compiles wrong requirements.txt #2110
Labels
bug
Something is not working
pyproject.toml
Related to pyproject.toml support
writer
Related to results output writer component
When pyproject.toml references its own local package to recursively include extra dependencies, it outputs a requirements.txt file which references the local package with the absolute path which is a problem as its not portable and should instead just list the dependencies
It was previously possible with setup.py with this configuration:
Environment Versions
Steps to replicate
Expected result
Actual result
Linked issues
The text was updated successfully, but these errors were encountered: