Skip to content

Commit

Permalink
bump glyphsLib, fontTools, ufo2ft, etc. mininum requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Nov 30, 2021
1 parent bf622ee commit 61b0641
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fonttools[unicode,ufo,lxml]==4.28.2; platform_python_implementation == 'CPython'
fonttools[unicode,ufo]==4.28.2; platform_python_implementation != 'CPython'
cu2qu==1.6.7.post1
glyphsLib==6.0.0b6
glyphsLib==6.0.0
ufo2ft[pathops]==2.25.1
MutatorMath==3.0.1
fontMath==0.8.1
Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
setup_requires=wheel + ["setuptools_scm"],
python_requires=">=3.7",
install_requires=[
"fonttools[ufo,lxml,unicode]>=4.21.1 ; platform_python_implementation == 'CPython'",
"fonttools[ufo,unicode]>=4.21.1 ; platform_python_implementation != 'CPython'",
"glyphsLib>=6.0.0b4",
"ufo2ft[compreffor]>=2.20.0",
"fontMath>=0.6.0",
"ufoLib2>=0.8.0",
"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",
"fontMath>=0.8.1",
"ufoLib2>=0.12.1",
"attrs>=19",
],
extras_require=extras_require,
Expand Down

0 comments on commit 61b0641

Please sign in to comment.