Skip to content

Commit

Permalink
Merge pull request #37 from fonttools/extra-lxml
Browse files Browse the repository at this point in the history
make lxml optional
  • Loading branch information
anthrotype authored Oct 22, 2019
2 parents 8acc800 + 9ab4c35 commit 85e5764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
packages=find_packages("src"),
include_package_data=True,
python_requires=">=3.6",
install_requires=["fonttools[ufo,lxml] >= 3.34.0", "attrs >= 18.2.0"],
install_requires=["fonttools[ufo] >= 3.34.0", "attrs >= 18.2.0"],
setup_requires=["setuptools_scm"],
extras_require={"lxml": ["lxml"]},
classifiers=[
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 85e5764

Please sign in to comment.