uv/crates/uv-settings
Charlie Marsh 1ae2c3f142
Respect tool.uv.environments in pip compile --universal (#6663)
## Summary

We now respect the `environments` field in `uv pip compile --universal`,
e.g.:

```toml
[tool.uv]
environments = ["platform_system == 'Emscripten'"]
```

Closes https://github.com/astral-sh/uv/issues/6641.
2024-08-26 23:58:17 +00:00
..
src Respect tool.uv.environments in pip compile --universal (#6663) 2024-08-26 23:58:17 +00:00
Cargo.toml Make more informative warning message when failed to parse pyproject.toml (#6009) 2024-08-11 21:13:14 +00:00