aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
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',