From 315493a835691a34a2cc326c7144b8c669c18b1d Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Wed, 16 Oct 2024 13:48:40 -0400 Subject: [PATCH] Update docs/reference/plugins/poetry_plugin.rst Co-authored-by: Michael DuBelko --- docs/reference/plugins/poetry_plugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/plugins/poetry_plugin.rst b/docs/reference/plugins/poetry_plugin.rst index ff82afb02..2f6c3dba6 100644 --- a/docs/reference/plugins/poetry_plugin.rst +++ b/docs/reference/plugins/poetry_plugin.rst @@ -31,7 +31,7 @@ During the build step, the plugin performs the following actions: 2. It uses :command:`poetry export` to create a ``requirements.txt`` in the project's build directory. 3. It uses :command:`pip` to install the packages referenced in ``requirements.txt`` - into the virtual environment, without any additional dependencies. + into the virtual environment. Undeclared dependencies are ignored. 4. It copies any existing ``src`` and ``lib`` directories from your charm project into the final charm. 5. It runs :command:`pip check` to ensure the virtual environment is consistent.