Skip to content

Commit

Permalink
fixup! feat: Update weasyprint to 55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Jun 28, 2022
1 parent a2410a6 commit 0d692b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml2rfc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
def get_versions():
import sys
versions = []
extras = set(['pycairo', 'weasyprint'])
extras = set(['weasyprint'])
try:
import pkg_resources
this = pkg_resources.working_set.by_key[NAME]
Expand Down

0 comments on commit 0d692b8

Please sign in to comment.