From: Christopher Allan Webber Date: Fri, 17 Jun 2011 22:44:36 +0000 (-0500) Subject: We require lxml. Updating setup.py to reflect that. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5a994e37c2947d20e3aedfb78f9d6194dd59d506;p=mediagoblin.git We require lxml. Updating setup.py to reflect that. --- 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',