Skip to content

Commit

Permalink
bump minimum fonttools, ufo2ft and glyphsLib
Browse files Browse the repository at this point in the history
include various bugfixes

plus, we no longer need to exclude fonttools[unicode] extra requirement for pypy, unicodedata2 now also works on it too
  • Loading branch information
anthrotype committed Dec 20, 2021
1 parent d90349f commit e642f83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
fonttools[ufo,lxml,unicode]==4.28.5; platform_python_implementation == 'CPython'
fonttools[ufo,unicode]==4.28.5; platform_python_implementation != 'CPython'
fonttools[ufo,lxml,unicode]==4.28.5
cu2qu==1.6.7.post1
glyphsLib==6.0.1
ufo2ft[pathops]==2.25.1
ufo2ft[pathops]==2.25.2
MutatorMath==3.0.1
fontMath==0.8.1
defcon[lxml]==0.9.0; platform_python_implementation == 'CPython'
Expand Down
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,11 @@
setup_requires=wheel + ["setuptools_scm"],
python_requires=">=3.7",
install_requires=[
"fonttools[ufo,lxml,unicode]>=4.28.2 ; platform_python_implementation == 'CPython'",
"fonttools[ufo,unicode]>=4.28.2 ; platform_python_implementation != 'CPython'",
"glyphsLib>=6.0.0",
"ufo2ft[compreffor]>=2.25.1",
"fonttools[ufo,lxml,unicode]>=4.28.5",
"glyphsLib>=6.0.1",
"ufo2ft[compreffor]>=2.25.2",
"fontMath>=0.8.1",
"ufoLib2>=0.12.1",
"ufoLib2>=0.13.0",
"attrs>=19",
],
extras_require=extras_require,
Expand Down

0 comments on commit e642f83

Please sign in to comment.