Skip to content

Commit b18cd5a

Browse files
committed
setup.py: add 'json' extra to request ufoLib2[json]
1 parent d430dab commit b18cd5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
# to avoid fontmake installation failing if requested
3838
"mutatormath": [],
3939
"autohint": ["ttfautohint-py>=0.5.0"],
40+
# For reading/writing ufoLib2's .ufo.json files (cattrs + orjson)
41+
"json": ["ufoLib2[json]"],
4042
}
4143
# use a special 'all' key as shorthand to includes all the extra dependencies
4244
extras_require["all"] = sum(extras_require.values(), [])

0 commit comments

Comments
 (0)