mirror of https://github.com/eyhc1/rendercv.git
update pyproject.toml
This commit is contained in:
parent
19a6c1f355
commit
a132d26cec
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue