We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4635662 commit 95d3b96Copy full SHA for 95d3b96
package-structure-code/declare-dependencies.md
@@ -120,7 +120,7 @@ dependencies = [
120
121
Ideally, you should only list the packages that are
122
necessary to install and use your package in the
123
-`[dependencies]` section. This minimizes the number of
+`dependencies` key in the `[project]` table. This minimizes the number of
124
additional packages that your users must install as well
125
as the number of packages that depend upon your package
126
must also install.
0 commit comments