Skip to content

Commit

Permalink
setup.py: allow to install glyphsLib>=5.3.2, including v6
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Sep 23, 2021
1 parent 0920b72 commit 5f98037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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~=5.3.2",
"glyphsLib>=5.3.2",
"ufo2ft[compreffor]>=2.20.0",
"fontMath>=0.6.0",
"ufoLib2>=0.8.0",
Expand Down

0 comments on commit 5f98037

Please sign in to comment.