Skip to content

Commit 53374df

Browse files
committed
doc: move Multiple requirements under Inequality requirements
1 parent ce70e7e commit 53374df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/dependency-specification.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ Here are some examples of inequality requirements:
7171
!= 1.2.3
7272
```
7373

74+
#### Multiple requirements
75+
76+
Multiple version requirements can also be separated with a comma, e.g. `>= 1.2, < 1.5`.
77+
7478
### Exact requirements
7579

7680
You can specify the exact version of a package.
@@ -80,10 +84,6 @@ You can specify the exact version of a package.
8084
This will tell Poetry to install this version and this version only.
8185
If other dependencies require a different version, the solver will ultimately fail and abort any install or update procedures.
8286

83-
### Multiple requirements
84-
85-
Multiple version requirements can also be separated with a comma, e.g. `>= 1.2, < 1.5`.
86-
8787
## `git` dependencies
8888

8989
To depend on a library located in a `git` repository,

0 commit comments

Comments
 (0)