Skip to content

Commit 4635662

Browse files
committed
Fix another reference
1 parent 100ea76 commit 4635662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/declare-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Within those 2 groups, there are three use cases that you can think about. 1. Co
5151
### Required (or core) dependencies
5252

5353
Required dependencies are called directly within your package's code. On this page we refer to these dependencies
54-
as **core dependencies** as they are needed in order to run your package. You should place your core or required dependencies in the `[dependency]=` table of your `pyproject.toml` file.
54+
as **core dependencies** as they are needed in order to run your package. You should place your core or required dependencies in the `dependency` key of the `[project]` table of your `pyproject.toml` file.
5555

5656
### Optional dependencies
5757

0 commit comments

Comments
 (0)