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