Skip to content

Commit 56c0376

Browse files
authored
[README] Clarify note about unneeded dependencies of Poetry (#667)
`poetry-core` [is a dependency of Poetry](https://github.com/python-poetry/poetry/blob/eb80d10846f7336b0b2a66ce2964e72dffee9a1c/pyproject.toml#L35), of course.
1 parent c08cd14 commit 56c0376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build-backend = "poetry.core.masonry.api"
2424
```
2525

2626
Once this is present, a PEP 517 frontend like `pip` can build and install your project from source without the need
27-
for Poetry or any of its dependencies.
27+
for Poetry or any of its dependencies (besides `poetry-core`).
2828

2929
```shell
3030
# install to current environment

0 commit comments

Comments
 (0)