Skip to content

Commit

Permalink
Update docs/reference/plugins/poetry_plugin.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Michael DuBelko <michael.dubelko@gmail.com>
  • Loading branch information
lengau and medubelko authored Oct 16, 2024
1 parent befdf28 commit 315493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/plugins/poetry_plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 315493a

Please sign in to comment.