Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,15 @@ dependencies = [
'pygit2>=1.16.0',
'strictyaml',
'fontmake[json]>=3.3.0',
'skia-pathops',
'statmake',
'PyYAML',
'babelfont',
'ttfautohint-py',
# Not imported directly, but fontTools loads it lazily for woff2 compression
# (invoked by gftools-builder via `fonttools ttLib.woff2 compress`).
'brotli',
'jinja2',
'fontFeatures',
'vharfbuzz',
'bumpfontversion',
'nanoemoji>=0.15.0',
'font-v',
'afdko',
'beautifulsoup4',
'rich',
'packaging',
Expand All @@ -83,7 +79,7 @@ dependencies = [
[project.optional-dependencies]
qa = [
"fontbakery[googlefonts]",
"diffenator2>=0.2.0",
"diffenator2>=0.5.0", # earlier versions cap unicodedata2<16 and import pkg_resources
"pycairo", # needed for fontTools varLib.interpolatable --pdf
]
test = [
Expand Down
Loading