changeset 1551:cb8321dfc771 beta

fixed requirements
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 12 Oct 2011 18:51:24 +0200
parents 6f468ba37650
children 2a3f32c38c5c
files setup.py
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Oct 12 14:43:46 2011 +0200
+++ b/setup.py	Wed Oct 12 18:51:24 2011 +0200
@@ -11,6 +11,7 @@
 
 requirements = [
         "Pylons==1.0.0",
+        "Beaker==1.5.4",
         "WebHelpers>=1.2",
         "formencode==1.2.4",
         "SQLAlchemy>=0.7.2,<0.8",
@@ -21,9 +22,9 @@
         "celery>=2.2.5,<2.3",
         "babel",
         "python-dateutil>=1.5.0,<2.0.0",
-        "dulwich>=0.8.0",
-        "vcs>=0.2.1.dev",
-        "webob==1.0.8"
+        "dulwich>=0.8.0,<0.9.0",
+        "vcs>=0.2.2.dev",
+        "webob>1.1.0,<1.2.0"
     ]
 
 dependency_links = [