From f970e6e5df915081ca9c2951a4f8f0984aaec0e8 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 15 Jun 2011 21:14:00 -0500 Subject: Require ConfigObj --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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', -- cgit v1.2.3 From d45e39664a1e6b9f1448302d5c2c3e12a603ead4 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 19 Jun 2011 15:35:19 -0500 Subject: Re-commenting-out lxml from setup.py Clarifying that this is something to install from the package manager and not via python setuptools itself. --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1ca12426..cd0e7f0b 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,9 @@ setup( 'argparse', 'webtest', 'ConfigObj', - 'lxml', + ## For now we're expecting that users will install this from + ## their package managers. + # 'lxml', ], test_suite='nose.collector', -- cgit v1.2.3