From 15a61f6e1d3e5c22c5fae2d34672cc557af59f43 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Fri, 22 Sep 2023 10:44:29 +0100 Subject: [PATCH] Add [googlefonts] optional to fontbakery --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3f2794c4..4df16d488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ [project.optional-dependencies] qa = [ - "fontbakery", + "fontbakery[googlefonts]", "diffenator2>=0.2.0" ] ninja = [ "ninja" ]