fix requirements in svg2glif.py
- Remove unused `ufoLib` package - FontTools => fontTools
This commit is contained in:
parent
e2c60e3dcb
commit
9a49b01ec1
@ -2,7 +2,7 @@
|
|||||||
""" Convert SVG paths to UFO glyphs. """
|
""" Convert SVG paths to UFO glyphs. """
|
||||||
|
|
||||||
|
|
||||||
__requires__ = ["FontTools", "ufoLib"]
|
__requires__ = ["fontTools"]
|
||||||
|
|
||||||
from fontTools.misc.py23 import SimpleNamespace
|
from fontTools.misc.py23 import SimpleNamespace
|
||||||
from fontTools.svgLib import SVGPath
|
from fontTools.svgLib import SVGPath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user