diff setup.py @ 957:21a781cdd1fd beta

updated some requirements to newest versions
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 25 Jan 2011 19:05:44 +0100
parents 0ed8016d2886
children 3a7f5b1a19dd
line wrap: on
line diff
--- a/setup.py	Tue Jan 25 18:59:20 2011 +0100
+++ b/setup.py	Tue Jan 25 19:05:44 2011 +0100
@@ -6,11 +6,11 @@
 requirements = [
         "Pylons==1.0.0",
         "WebHelpers>=1.2",
-        "SQLAlchemy>=0.6.5",
+        "SQLAlchemy>=0.6.6",
         "Mako==0.3.6",
         "vcs>=0.1.10",
-        "pygments>=1.3.1",
-        "mercurial>=1.7.2",
+        "pygments>=1.4",
+        "mercurial>=1.7.3",
         "whoosh>=1.3.4",
         "celery>=2.1.4",
         "py-bcrypt",