Drop libxml2 dependency

It seems that Python's internal XML parser is good enough to do the job.
This commit is contained in:
James R. Barlow
2015-08-17 15:26:07 -07:00
parent 53c88093ad
commit 2dff3e07ce
4 changed files with 7 additions and 5 deletions
-1
View File
@@ -203,7 +203,6 @@ setup(
install_requires=[
'ruffus>=2.6.3',
'Pillow>=2.4.0',
'lxml>=3.3.3',
'reportlab>=3.1.44',
'PyPDF2>=1.25.1'
],