Skip to content

Commit

Permalink
setup.py: require fonttools >= 4.38
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 28, 2022
1 parent d683752 commit 0e8f0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
setup_requires=wheel + ["setuptools_scm"],
python_requires=">=3.7",
install_requires=[
"fonttools[ufo,lxml,unicode]>=4.34.0 ; implementation_name == 'cpython'",
"fonttools[ufo,unicode]>=4.34.0 ; implementation_name != 'cpython'",
"fonttools[ufo,lxml,unicode]>=4.38.0 ; implementation_name == 'cpython'",
"fonttools[ufo,unicode]>=4.38.0 ; implementation_name != 'cpython'",
"glyphsLib>=6.1.0",
"ufo2ft[compreffor]>=2.29.0",
"fontMath>=0.9.1",
Expand Down

0 comments on commit 0e8f0bb

Please sign in to comment.