uv
uv copied to clipboard
Add warning when `poetry` dependencies found.
Resolve #1630
PyProjectToml
doesn't seem to have atool
field, so instead of checking it, I check if build-system.requires
has poetry
.
https://github.com/astral-sh/uv/blob/c04f597fae7a04be6124d91a9b77f211941f3cd6/crates/uv-build/src/lib.rs#L176-L184