mirror of https://github.com/astral-sh/uv
Shorten the novel features highlight in README (#1265)
This commit is contained in:
parent
929715f4e2
commit
2a3e817d53
|
|
@ -24,8 +24,8 @@ Puffin is backed by [Astral](https://astral.sh), the creators of [Ruff](https://
|
||||||
- 🤝 Support for a wide range of advanced `pip` features, including: editable installs, Git
|
- 🤝 Support for a wide range of advanced `pip` features, including: editable installs, Git
|
||||||
dependencies, direct URL dependencies, local dependencies, constraints, source distributions,
|
dependencies, direct URL dependencies, local dependencies, constraints, source distributions,
|
||||||
HTML and JSON indexes, and more.
|
HTML and JSON indexes, and more.
|
||||||
- 🧰 Novel resolution features such as override of transitive dependency versions and a lowest
|
- 🧰 Novel features such as [dependency version overrides](#dependency-overrides] and
|
||||||
compatible version resolution strategy.
|
[alternative resolution strategies](#resolution-strategy).
|
||||||
- ⁉️ Best-in-class error messages with a conflict-tracking resolver.
|
- ⁉️ Best-in-class error messages with a conflict-tracking resolver.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue