From b21ffeaf58a088ef0a8d0d8721169d47dff460eb Mon Sep 17 00:00:00 2001 From: Jochen Kupperschmidt Date: Mon, 27 Nov 2023 22:18:20 +0100 Subject: [PATCH] Clarify note about unneeded dependencies of Poetry `poetry-core` [is a dependency of Poetry](https://github.com/python-poetry/poetry/blob/eb80d10846f7336b0b2a66ce2964e72dffee9a1c/pyproject.toml#L35), of course. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 298ea3bfb..671991412 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ build-backend = "poetry.core.masonry.api" ``` Once this is present, a PEP 517 frontend like `pip` can build and install your project from source without the need -for Poetry or any of its dependencies. +for Poetry or any of its dependencies (besides `poetry-core`). ```shell # install to current environment