From 85d6ef030176fa06a7364c8b0bb31121f6993297 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 2 Apr 2021 16:01:09 +0200 Subject: [PATCH] Use fonttool option to install Woff support The bug preventing this has been fixed now. --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index caf234b317..0386a86af9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'