Skip to content

Commit 85e5764

Browse files
authored
Merge pull request #37 from fonttools/extra-lxml
make lxml optional
2 parents 8acc800 + 9ab4c35 commit 85e5764

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
packages=find_packages("src"),
2020
include_package_data=True,
2121
python_requires=">=3.6",
22-
install_requires=["fonttools[ufo,lxml] >= 3.34.0", "attrs >= 18.2.0"],
22+
install_requires=["fonttools[ufo] >= 3.34.0", "attrs >= 18.2.0"],
2323
setup_requires=["setuptools_scm"],
24+
extras_require={"lxml": ["lxml"]},
2425
classifiers=[
2526
"Development Status :: 4 - Beta",
2627
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)