Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
πŸ“Œ(marion) pin weasyprint to version greater than equal to 59.0
Browse files Browse the repository at this point in the history
Weasyprint 59.0 add new options to the `Document.write_pdf` method. As we want
to use it, we have to pin it to a version greater than equal 59.0
  • Loading branch information
jbpenrath committed May 22, 2023
1 parent 44a4ee1 commit b6e9fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marion/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install_requires =
arrow>=1.0.0
djangorestframework>=3.12.0
pydantic>=1.8.0
WeasyPrint>=53.0
WeasyPrint>=59.0
packages = find:
zip_safe = True

Expand Down

0 comments on commit b6e9fc4

Please sign in to comment.