This results in an empty lock file and has caused some confusion: - https://github.com/astral-sh/uv/issues/1619 - https://github.com/astral-sh/uv/issues/1597 We can detect this case and warn.
This results in an empty lock file and has caused some confusion:
uv pip compile pyproject.toml -o requirements.txtgenerate emptyrequirements.txt#1597We can detect this case and warn.