mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Fix typo
This commit is contained in:
parent
0cfbdcec09
commit
f27418724c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ dependencies = ["httpx>=0.27.2"]
|
|||
```
|
||||
|
||||
The [`--dev`](#development-dependencies), [`--group`](#dependency-groups), or
|
||||
[`--optional`](#optional-dependencies) flags can be used to add a dependencies to an alternative
|
||||
[`--optional`](#optional-dependencies) flags can be used to add dependencies to an alternative
|
||||
field.
|
||||
|
||||
The dependency will include a constraint, e.g., `>=0.27.2`, for the most recent, compatible version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue