Skip to content

Commit

Permalink
Use fonttool option to install Woff support
Browse files Browse the repository at this point in the history
The bug preventing this has been fixed now.
  • Loading branch information
liZe committed Apr 2, 2021
1 parent d572de3 commit 85d6ef0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ requires = [
'cssselect2 >=0.1',
'Pyphen >=0.9.1',
'Pillow >=4.0.0',
# We could use fonttools[woff], but see
# https://github.com/fonttools/fonttools/issues/2188
'fonttools >=4.0.0',
'brotli >=1.0.1; platform_python_implementation == "CPython"',
'brotlicffi >=0.8.0; platform_python_implementation != "CPython"',
'fonttools[woff] >=4.0.0',
]
requires-python = '>=3.6'
keywords = 'html css pdf converter'
Expand Down

0 comments on commit 85d6ef0

Please sign in to comment.