Skip to content

Commit

Permalink
Merge pull request #669 from googlefonts/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
madig authored May 21, 2020
2 parents 4008348 + e4a7919 commit 725a213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
fonttools[lxml,unicode,ufo]==4.9.0
fonttools[lxml,unicode,ufo]==4.10.2
cu2qu==1.6.7
glyphsLib==5.1.10
ufo2ft[pathops]==2.13.0
ufo2ft[pathops]==2.14.0
MutatorMath==2.1.2
fontMath==0.5.2
fontMath==0.6.0
defcon[lxml]==0.6.0
booleanOperations==0.9.0
ufoLib2==0.7.1
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
setup_requires=wheel + ["setuptools_scm"],
python_requires=">=3.6",
install_requires=[
"fonttools[ufo,lxml,unicode]>=4.9.0",
"fonttools[ufo,lxml,unicode]>=4.10.2",
"cu2qu>=1.6.7",
"glyphsLib>=5.1.10",
"ufo2ft>=2.13.0",
"fontMath>=0.5.2",
"ufo2ft>=2.14.0",
"fontMath>=0.6.0",
"booleanOperations>=0.9.0",
"ufoLib2>=0.7.1",
"attrs>=19",
Expand Down

0 comments on commit 725a213

Please sign in to comment.