Update skia-pathops to v0.5.0
https://github.com/fonttools/skia-pathops/releases/tag/v0.5.0
This commit is contained in:
parent
da439c7c57
commit
5abab6b329
@ -7,6 +7,6 @@ scipy==1.5.2; platform_python_implementation != "PyPy"
|
|||||||
munkres==1.1.2; platform_python_implementation == "PyPy"
|
munkres==1.1.2; platform_python_implementation == "PyPy"
|
||||||
zopfli==0.1.6
|
zopfli==0.1.6
|
||||||
fs==2.4.11
|
fs==2.4.11
|
||||||
skia-pathops==0.4.2; platform_python_implementation != "PyPy"
|
skia-pathops==0.5.0; platform_python_implementation != "PyPy"
|
||||||
# this is only required to run Tests/cu2qu/{ufo,cli}_test.py
|
# this is only required to run Tests/cu2qu/{ufo,cli}_test.py
|
||||||
ufoLib2==0.6.2
|
ufoLib2==0.6.2
|
||||||
|
2
setup.py
2
setup.py
@ -124,7 +124,7 @@ extras_require = {
|
|||||||
],
|
],
|
||||||
# for fontTools.ttLib.removeOverlaps, to remove overlaps in TTF fonts
|
# for fontTools.ttLib.removeOverlaps, to remove overlaps in TTF fonts
|
||||||
"pathops": [
|
"pathops": [
|
||||||
"skia-pathops >= 0.4.2",
|
"skia-pathops >= 0.5.0",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
# use a special 'all' key as shorthand to includes all the extra dependencies
|
# use a special 'all' key as shorthand to includes all the extra dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user