Adding lxml to the requirements in setup.py.
@@ -21,7 +21,7 @@ import setuptools
import sys
requirements = ["httplib2", "prettytable"]
requirements = ["httplib2", "lxml", "prettytable"]
if sys.version_info < (2, 6):
requirements.append("simplejson")
if sys.version_info < (2, 7):
The note is not visible to the blocked user.