We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d430dab commit b18cd5aCopy full SHA for b18cd5a
setup.py
@@ -37,6 +37,8 @@
37
# to avoid fontmake installation failing if requested
38
"mutatormath": [],
39
"autohint": ["ttfautohint-py>=0.5.0"],
40
+ # For reading/writing ufoLib2's .ufo.json files (cattrs + orjson)
41
+ "json": ["ufoLib2[json]"],
42
}
43
# use a special 'all' key as shorthand to includes all the extra dependencies
44
extras_require["all"] = sum(extras_require.values(), [])
0 commit comments