Skip to content

Commit

Permalink
add pypdf as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Feb 11, 2024
1 parent 4ed7e02 commit aeceddf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,12 @@ building_docs = ["mkdocs-material==9.5.4", "mkdocstrings-python==1.8.0"]

# For tests, RenderCV uses pytest. Coverage package is used to generate coverage
# reports.
testing = ["coverage==7.4.0", "pytest==7.4.4", "time-machine==2.13.0"]
testing = [
"coverage==7.4.0",
"pytest==7.4.4",
"time-machine==2.13.0",
"pypdf==4.0.1",
]

# Ruff is a linter (a tool to flag stylistic errors, bugs, suspicious constructs, etc.)
# Black is a code formatter.
Expand Down

0 comments on commit aeceddf

Please sign in to comment.