diff setup.py @ 643:9dc1d92d82ed beta

updated setup for all newest versions EmptyChangeset can take changeset as creation param.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 02 Nov 2010 22:26:50 +0100
parents 19494bbd0aa1
children 673de12e6bf6
line wrap: on
line diff
--- a/setup.py	Tue Nov 02 22:24:55 2010 +0100
+++ b/setup.py	Tue Nov 02 22:26:50 2010 +0100
@@ -6,11 +6,11 @@
         "Pylons>=1.0.0",
         "SQLAlchemy>=0.6.4",
         "Mako>=0.3.5",
-        "vcs==0.1.10",
+        "vcs>=0.1.10",
         "pygments>=1.3.0",
         "mercurial==1.6.4",
-        "whoosh==1.1.1",
-        "celery==2.1.1",
+        "whoosh>=1.2.5",
+        "celery>=2.1.2",
         "py-bcrypt",
         "babel",
     ]