Commit 1c8d353
committed
Clarify comments inside
The comments within the `python-requirements.txt` file were misleading,
as they were suggesting that the file listed both packages needed for
ODK-Lite ("core dependencies") and for ODK-Full ("secondary
dependencies").
This commit clarifies the contents of the python-requirements.txt by
breaking it down in three sections:
(A) The section with the dependencies needed for ODK-Lite -- which, by
definition, only contain the ODK-Core package.
(B) The section containing all the Python packages that should be, as
much as possible, always kept to their most recent versions ("first-tier
dependencies").
(C) The section containing all the other packages wanted for ODK-Full.
This commit also adds to the (C) section the `linkml-map` package. For
now, that package is already included in ODK-Full because it is an
indirect dependency of something else, but that may change (as we
observed when trying to update the base image to Ubunty 26.04, where
`linkml-map` is no longer included), so we make `linkml-map` an
_explicit_ dependency.
closes #1340python-requirements.txt.1 parent de2cf1a commit 1c8d353
1 file changed
Lines changed: 28 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
3 | 16 | | |
4 | 17 | | |
5 | 18 | | |
6 | 19 | | |
7 | | - | |
8 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
9 | 31 | | |
10 | 32 | | |
| 33 | + | |
11 | 34 | | |
12 | 35 | | |
13 | 36 | | |
| 37 | + | |
14 | 38 | | |
15 | 39 | | |
16 | 40 | | |
| |||
20 | 44 | | |
21 | 45 | | |
22 | 46 | | |
| 47 | + | |
23 | 48 | | |
24 | 49 | | |
25 | 50 | | |
26 | 51 | | |
27 | 52 | | |
28 | 53 | | |
29 | | - | |
| |||
0 commit comments