Skip to content

Commit

Permalink
Merge pull request #908 from googlefonts/update-reqs
Browse files Browse the repository at this point in the history
Bump minimum fonttools, ufo2ft and glyphsLib requirements
  • Loading branch information
anthrotype authored Jul 6, 2022
2 parents 3920407 + eb89d52 commit 556ec6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
fonttools[unicode,lxml,ufo]==4.33.3; platform_python_implementation == 'CPython'
fonttools[unicode,ufo]==4.33.3; platform_python_implementation != 'CPython'
fonttools[unicode,lxml,ufo]==4.34.0; platform_python_implementation == 'CPython'
fonttools[unicode,ufo]==4.34.0; platform_python_implementation != 'CPython'
cu2qu==1.6.7.post1
glyphsLib==6.0.4
ufo2ft==2.28.0a1
glyphsLib==6.0.6
ufo2ft==2.28.0
MutatorMath==3.0.1
fontMath==0.9.1
defcon[lxml]==0.10.0; platform_python_implementation == 'CPython'
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
setup_requires=wheel + ["setuptools_scm"],
python_requires=">=3.7",
install_requires=[
"fonttools[ufo,lxml,unicode]>=4.32.0 ; implementation_name == 'cpython'",
"fonttools[ufo,unicode]>=4.32.0 ; implementation_name != 'cpython'",
"glyphsLib>=6.0.4",
"ufo2ft[compreffor]>=2.28.0a1",
"fonttools[ufo,lxml,unicode]>=4.34.0 ; implementation_name == 'cpython'",
"fonttools[ufo,unicode]>=4.34.0 ; implementation_name != 'cpython'",
"glyphsLib>=6.0.6",
"ufo2ft[compreffor]>=2.28.0",
"fontMath>=0.9.1",
"ufoLib2>=0.13.0",
"attrs>=19",
Expand Down

0 comments on commit 556ec6b

Please sign in to comment.