Skip to content

Commit

Permalink
Pin xhtml2pdf until import from rst2pdf is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed May 28, 2024
1 parent 6a1766a commit a0afce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requires-python = ">=3.8.1,<4.0"
dependencies = [
"pelican>=4.5",
"rst2pdf>=0.99",
"xhtml2pdf>=0.2.5",
"xhtml2pdf>=0.2.5,<0.2.12",
]

[project.urls]
Expand Down

0 comments on commit a0afce9

Please sign in to comment.