From: Christopher Allan Webber Date: Thu, 16 Jun 2011 02:14:00 +0000 (-0500) Subject: Require ConfigObj X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f970e6e5df915081ca9c2951a4f8f0984aaec0e8;p=mediagoblin.git Require ConfigObj --- diff --git a/setup.py b/setup.py index 46da7276..37144b5b 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setup( 'translitcodec', 'argparse', 'webtest', + 'ConfigObj', ], test_suite='nose.collector',