require skia-pathops >= 0.4.2

with the new 'clockwise' option
This commit is contained in:
Cosimo Lupo 2020-09-27 17:40:23 +01:00
parent 015d8265d2
commit 7531b71717
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F
2 changed files with 2 additions and 1 deletions

View File

@ -7,5 +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
# 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

View File

@ -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.1", "skia-pathops >= 0.4.2",
], ],
} }
# 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