Skip to content

Commit

Permalink
[setup.py] require fonttools @ v4.18.0 or greater to support new UFO …
Browse files Browse the repository at this point in the history
…validation

new validation added in #87
  • Loading branch information
chrissimpkins committed Dec 8, 2020
1 parent 9b4ca25 commit d5d2a9d
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 @@ -69,7 +69,7 @@ def version_read():
platforms=["any"],
packages=find_packages("lib"),
package_dir={"": "lib"},
install_requires=["commandlines", "fontTools[ufo]>=3.31.0"],
install_requires=["commandlines", "fontTools[ufo]>=4.18.0"],
entry_points={
"console_scripts": ["ufolint = ufolint.app:main"],
},
Expand Down

0 comments on commit d5d2a9d

Please sign in to comment.