Actually make use of CELERY_SETUP in from_tests.py
[mediagoblin.git] / setup.py
index 46da7276b2e177cfa6666bfaf0eed2030f880628..2a007f4e44e39fe11f82a34696be2298622c9d23 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -42,6 +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',