Actually make use of CELERY_SETUP in from_tests.py
[mediagoblin.git] / setup.py
index fb86d6008a6512b03220bfab9336f32079b38a26..2a007f4e44e39fe11f82a34696be2298622c9d23 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,11 @@ setup(
         'translitcodec',
         'argparse',
         'webtest',
+        'ConfigObj',
         'Markdown',
+        ## For now we're expecting that users will install this from
+        ## their package managers.
+        # 'lxml',
         ],
     test_suite='nose.collector',