Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
Add lxml >= 4.0 to setup.py install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jul 3, 2018
1 parent 00595aa commit e33561b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def run(self):
],
install_requires=[
"fonttools>=3.1.2",
"lxml>=4.0",
],
cmdclass={
"release": release,
Expand Down

0 comments on commit e33561b

Please sign in to comment.