File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -177,17 +177,6 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
177
177
(i.e. the minimum viable Python version for the lock file).
178
178
179
179
180
- ``[[packages]] ``
181
- ================
182
-
183
- - **Type **: array of tables
184
- - **Required? **: yes
185
- - **Inspiration **: PDM _, Poetry _, uv _
186
- - An array containing all packages that *may * be installed.
187
- - Packages MAY be listed multiple times with varying data, but all packages to
188
- be installed MUST narrow down to a single entry at install time.
189
-
190
-
191
180
``created-by ``
192
181
==============
193
182
@@ -201,6 +190,17 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
201
190
Python package to facilitate finding the tool.
202
191
203
192
193
+ ``[[packages]] ``
194
+ ================
195
+
196
+ - **Type **: array of tables
197
+ - **Required? **: yes
198
+ - **Inspiration **: PDM _, Poetry _, uv _
199
+ - An array containing all packages that *may * be installed.
200
+ - Packages MAY be listed multiple times with varying data, but all packages to
201
+ be installed MUST narrow down to a single entry at install time.
202
+
203
+
204
204
.. Identification
205
205
206
206
``packages.name ``
You can’t perform that action at this time.
0 commit comments