We require lxml. Updating setup.py to reflect that.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 17 Jun 2011 22:44:36 +0000 (17:44 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 17 Jun 2011 22:44:36 +0000 (17:44 -0500)
setup.py

index 46da7276b2e177cfa6666bfaf0eed2030f880628..ae5394eb033e388800d6dba14534af7ac3e49ef4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -42,6 +42,7 @@ setup(
         'translitcodec',
         'argparse',
         'webtest',
+        'lxml',
         ],
     test_suite='nose.collector',