summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorMarc Foley <m.foley.88@gmail.com>2024-05-15 18:28:39 +0300
committerGitHub <noreply@github.com>2024-05-15 18:28:39 +0300
commitbde6fa1677862051fe7948d9190592e641470272 (patch)
tree175e2e1d52533672e4633854de44239a9c8daed3 /Pipfile
parent1cd81b8cfb2833561eaf54b8adaa3f4add6384e4 (diff)
downloadinter-master.tar.xz
make: Add googlefonts Makefile target (#678)HEADmaster
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 3 insertions, 2 deletions
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"