Mercurial > public > src > rhodecode
diff setup.py @ 1634:cb8321dfc771 beta
fixed requirements
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Wed, 12 Oct 2011 18:51:24 +0200 |
parents | 4cd5ea766480 |
children | da2e3505b880 |
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 = [