From f970e6e5df915081ca9c2951a4f8f0984aaec0e8 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 15 Jun 2011 21:14:00 -0500 Subject: [PATCH] Require ConfigObj --- setup.py | 1 + 1 file changed, 1 insertion(+) 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', -- 2.25.1