Skip to content

Commit

Permalink
require fonttools >= 4.18.1 with faster LayerV1ListBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Dec 9, 2020
1 parent 680320c commit 28299f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
install_requires=[
"absl-py>=0.9.0",
"dataclasses>=0.8; python_version < '3.7'",
"fonttools[ufo]>=4.17.0",
"fonttools[ufo]>=4.18.1",
"importlib_resources>=3.3.0; python_version < '3.9'",
"lxml>=4.0",
"ninja>=1.10.0.post1",
Expand Down

0 comments on commit 28299f9

Please sign in to comment.