Zanie Blue
Zanie Blue
I'll leave this open until we know what we want to do for improvements.
@lexiconlp I think you're looking for `uv add python-dotenv`.
I think we've avoided this because we're not interested in supporting the pip syntax outside of the pip interface. Maybe we could namespace them e.g. `UV_PIP_NO_BINARY` in the meantime?
@sanmai-NL we do support this via persistent configuration, e.g., - https://docs.astral.sh/uv/reference/settings/#no-binary - https://docs.astral.sh/uv/reference/settings/#no-binary-package - https://docs.astral.sh/uv/reference/settings/#no-build - https://docs.astral.sh/uv/reference/settings/#no-build-package Since our top-level settings differ from pip (we don't use `:all:`, we have...
I'm happy to review a contribution adding the variables described.
Yeah we'd reuse the top-level uv semantics in `uv pip`, that sounds correct.
Oops, not done — not handled in `uv pip` yet.
Yeah we're interested in doing this eventually.
I think we don't want `uv pip compile` to implicitly read a pyproject.toml but maybe if it's explicitly provided we _should_ use the metadata? I believe we discussed this previously...