pyinstapaper
pyinstapaper copied to clipboard
Fix install requires lxml version
lxml 4.0.0 does not build on macOS 10.14. The latest version of lxml (4.4.1) does. The instapaper2pdf.py
example works without modification.
I believe this was just a typo because lxml==4.2.1
appears in requirements.txt
.
(Thanks for creating this package. 😄)