From 5a994e37c2947d20e3aedfb78f9d6194dd59d506 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 17 Jun 2011 17:44:36 -0500 Subject: [PATCH] We require lxml. Updating setup.py to reflect that. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 46da7276..ae5394eb 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setup( 'translitcodec', 'argparse', 'webtest', + 'lxml', ], test_suite='nose.collector', -- 2.25.1