summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2023-08-30 20:02:05 +0300
committerRasmus Andersson <rasmus@notion.se>2023-08-30 20:02:05 +0300
commit705d15e06566e52622787dc890a820435b997fbb (patch)
tree5530b38233bf511a78bbf44fe540b1ea68d40cd1 /Pipfile
parent11c9e05d7f1642e818634976f4db03fa6e612455 (diff)
downloadinter-705d15e06566e52622787dc890a820435b997fbb.tar.xz
tooling: upgrade skia-pathops and add note about why we can't upgrade fontmake
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 2a3e3a96d..7257ea9bc 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,9 +5,11 @@ 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.8.*"
-skia-pathops = "==0.7.*"
+skia-pathops = "==0.8.*"
gftools = "==0.9.*"
glyphspkg = "==0.1.*"
brotli = "==1.0.*"