diff setup.py @ 516:91292686c1ed celery

updated config files, and added celery dependency
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 12 Sep 2010 22:42:03 +0200
parents 644795a4e8d2
children 7010af6efde5
line wrap: on
line diff
--- a/setup.py	Sun Sep 12 18:29:55 2010 +0200
+++ b/setup.py	Sun Sep 12 22:42:03 2010 +0200
@@ -26,6 +26,7 @@
         "pysqlite",
         "whoosh==1.0.0b10",
         "py-bcrypt",
+        "celery",
     ],
     setup_requires=["PasteScript>=1.6.3"],
     packages=find_packages(exclude=['ez_setup']),