setup: rollback lxml version to 3.3.3 - that's the latest in Ubuntu 14.04

This commit is contained in:
James R. Barlow
2015-08-15 15:25:58 -07:00
parent ee5a43fd47
commit 0c53adb04f
+1 -1
View File
@@ -203,7 +203,7 @@ setup(
install_requires=[
'ruffus>=2.6.3',
'Pillow>=2.7.0',
'lxml>=3.4.2',
'lxml>=3.3.3',
'reportlab>=3.1.44',
'PyPDF2>=1.25.1'
],