Re-commenting-out lxml from setup.py

Clarifying that this is something to install from the package manager
and not via python setuptools itself.
This commit is contained in:
Christopher Allan Webber 2011-06-19 15:35:19 -05:00
parent f1fadb641d
commit d45e39664a

View File

@ -43,7 +43,9 @@ setup(
'argparse',
'webtest',
'ConfigObj',
'lxml',
## For now we're expecting that users will install this from
## their package managers.
# 'lxml',
],
test_suite='nose.collector',