changeset 1457:ca99d77173fe beta

updated version of libs in setup file
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 07 Sep 2011 02:20:36 +0300
parents 880a39e5d8df
children 9d9e491e2a21
files setup.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Sep 07 02:14:38 2011 +0300
+++ b/setup.py	Wed Sep 07 02:20:36 2011 +0300
@@ -10,10 +10,9 @@
     raise Exception('RhodeCode requires python 2.5 or later')
 
 requirements = [
-        "vcs>=0.2.1.dev",
         "Pylons==1.0.0",
         "WebHelpers>=1.2",
-        "SQLAlchemy>=0.7.2",
+        "SQLAlchemy>=0.7.2,<0.8",
         "Mako>=0.4.2",
         "pygments>=1.4",
         "mercurial>=1.9,<2.0",
@@ -21,7 +20,8 @@
         "celery>=2.2.5,<2.3",
         "babel",
         "python-dateutil>=1.5.0,<2.0.0",
-        "dulwich>=0.7.2"
+        "dulwich>=0.8.0",
+        "vcs>=0.2.1.dev",        
     ]
 
 dependency_links = [