From bde6fa1677862051fe7948d9190592e641470272 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Wed, 15 May 2024 16:28:39 +0100 Subject: make: Add googlefonts Makefile target (#678) --- Pipfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 40735c79c..c4d2e4fc0 100644 --- a/Pipfile +++ b/Pipfile @@ -10,15 +10,16 @@ ufo2ft = "==2.30.0" fontmake = "==3.5.*" fontbakery = "==0.10.4" skia-pathops = "==0.8.*" -gftools = "==0.9.*" +gftools = "==0.9.57" glyphspkg = "==0.1.*" brotli = "==1.0.*" psautohint = "==2.4.*" +pipfile = "*" [dev-packages] - # Mainly due to https://pypi.org/project/fonttools/ # > FontTools requires Python 3.8 or later. We try to follow the same schedule # > of minimum Python version support as NumPy (see NEP 29). + [requires] python_version = "3.8" -- cgit v1.2.3