update pyproject.toml

This commit is contained in:
Sina Atalay 2024-02-23 18:59:06 +01:00
parent 19a6c1f355
commit a132d26cec
1 changed files with 5 additions and 2 deletions

View File

@ -103,6 +103,9 @@ rendercv = 'rendercv.__main__:app'
docs = [ docs = [
"mkdocs-material==9.5.9", # to build docs "mkdocs-material==9.5.9", # to build docs
"mkdocstrings-python==1.8.0", # to build reference documentation from docstrings "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 = [ tests = [
"pytest==8.0.1", # to run the tests "pytest==8.0.1", # to run the tests