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