Add warning when poetry
dependencies found instead of PEP 621 dependencies
#1630
Labels
poetry
dependencies found instead of PEP 621 dependencies
#1630
This results in an empty lock file and has caused some confusion:
uv pip compile pyproject.toml -o requirements.txt
generate emptyrequirements.txt
#1597We can detect this case and warn.
The text was updated successfully, but these errors were encountered: