We require lxml. Updating setup.py to reflect that.

This commit is contained in:
Christopher Allan Webber 2011-06-17 17:44:36 -05:00
parent d4ff1606c3
commit 5a994e37c2

View File

@ -42,6 +42,7 @@ setup(
'translitcodec',
'argparse',
'webtest',
'lxml',
],
test_suite='nose.collector',