presenterm-export installs are currently failing because:
pydyf (dependency of weasyprint) changed the interface of the Pdf class here.
This is available only in pydyf 0.11.0 (latest version).
However, weasyprint until recently only claimed it needed pydyf >= 0.10 (see here).
This means if you install an older version of weasyprint like presenterm requires (e.g. 60.1.0) it will pull weasyprint 60.1.0 but because that one has no upper bound on which version of pydyf it needs, it will pull 0.11.0, but this version is incompatible with weasyprint 60.1.0.
presenterm-export installs are currently failing because:
Pdf
class here.This bumps weasyprint 60.1.0 to the latest version, which is not broken. The issue on their end is https://github.com/Kozea/WeasyPrint/issues/2200.
Fixes #8