uv icon indicating copy to clipboard operation
uv copied to clipboard

Add warning when `poetry` dependencies found.

Open yasufumy opened this issue 1 year ago • 0 comments

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

yasufumy avatar Feb 18 '24 14:02 yasufumy