Skip to content

Commit

Permalink
Update minimum requirements
Browse files Browse the repository at this point in the history
fonttools >= 4.0.1
glyphsLib >= 4.1.2
ufoLib2 >= 0.4.0
  • Loading branch information
anthrotype committed Sep 11, 2019
1 parent a552937 commit 96ea891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fonttools[lxml,unicode,ufo]==3.44.0
fonttools[lxml,unicode,ufo]==4.0.1
cu2qu==1.6.5
glyphsLib==4.1.2
ufo2ft[pathops]==2.9.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
setup_requires=wheel + ["setuptools_scm"],
python_requires=">=3.6",
install_requires=[
"fonttools[ufo,lxml,unicode]>=3.44.0",
"fonttools[ufo,lxml,unicode]>=4.0.1",
"cu2qu>=1.6.5",
"glyphsLib>=4.1.2",
"ufo2ft>=2.9.1",
Expand Down

0 comments on commit 96ea891

Please sign in to comment.