From a132d26cecc57502ff58ed20252a2b381e1a966d Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Fri, 23 Feb 2024 18:59:06 +0100 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e306f3e..69f07fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,8 +101,11 @@ rendercv = 'rendercv.__main__:app' # users of RenderCV will build the documentation, so these are optional dependencies. docs = [ - "mkdocs-material==9.5.9", # to build docs - "mkdocstrings-python==1.8.0", # to build reference documentation from docstrings + "mkdocs-material==9.5.9", # to build docs + "mkdocstrings-python==1.8.0", # to build reference documentation from docstrings + "pdfCropMargins==2.0.3", # to generate entry figures for the documentation + "pypdfium2==4.27.0", # to convert entry figure PDF files to images + "mkdocs-macros-plugin==1.0.5", # to be able to have dynamic content in the documentation ] tests = [ "pytest==8.0.1", # to run the tests