summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2024-05-24 20:57:06 +0300
committerRasmus Andersson <rasmus@notion.se>2024-05-24 20:57:06 +0300
commitec49ae0f0c4e2b9f8632cc7f4d0ed2da2c1976b3 (patch)
treec3a662979183f3c0d8baaec9fc79af8e95a16ce2 /Pipfile
parentf054332d554220ba0650901ea0b43b20c88fc529 (diff)
downloadinter-ec49ae0f0c4e2b9f8632cc7f4d0ed2da2c1976b3.tar.xz
fixes wght mapping issues introduced by recent Glyphs app update. Also upgrades fontmake now that fontmake issue 894 is fixed
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile13
1 files changed, 5 insertions, 8 deletions
diff --git a/Pipfile b/Pipfile
index c4d2e4fc0..86ed3a688 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,22 +4,19 @@ verify_ssl = true
name = "pypi"
[packages]
-ufo2ft = "==2.30.0"
-# fontmake >=3.6.0 (until at least 3.7.1) has a bug that breaks the build.
-# see https://github.com/googlefonts/fontmake/issues/894#issuecomment-1699524088
-fontmake = "==3.5.*"
-fontbakery = "==0.10.4"
+ufo2ft = ">=2.30.0"
skia-pathops = "==0.8.*"
-gftools = "==0.9.57"
glyphspkg = "==0.1.*"
brotli = "==1.0.*"
psautohint = "==2.4.*"
-pipfile = "*"
+fontmake = "==3.9.*"
+fontbakery = "==0.10.*"
+gftools = ">=0.9.57"
[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"