Mercurial > public > src > rhodecode
changeset 2817:298bac3757a7 beta
requirements updates
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Tue, 14 Aug 2012 01:16:29 +0200 |
parents | a2eaa0054430 |
children | 4c71667160e5 |
files | requires.txt setup.py |
diffstat | 2 files changed, 11 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/requires.txt Tue Aug 14 01:02:53 2012 +0200 +++ b/requires.txt Tue Aug 14 01:16:29 2012 +0200 @@ -1,18 +1,20 @@ +waitress==0.8.1 +webob==1.0.8 Pylons==1.0.0 -Beaker==1.6.3 +Beaker==1.6.4 WebHelpers==1.3 formencode==1.2.4 SQLAlchemy==0.7.8 -Mako==0.7.0 -pygments>=1.4 +Mako==0.7.2 +pygments>=1.5 whoosh>=2.4.0,<2.5 celery>=2.2.5,<2.3 babel python-dateutil>=1.5.0,<2.0.0 dulwich>=0.8.5,<0.9.0 -webob==1.0.8 markdown==2.1.1 docutils==0.8.1 simplejson==2.5.2 +mock py-bcrypt -mercurial>=2.2.2,<2.3 \ No newline at end of file +mercurial>=2.3.0,<2.4 \ No newline at end of file
--- a/setup.py Tue Aug 14 01:02:53 2012 +0200 +++ b/setup.py Tue Aug 14 01:16:29 2012 +0200 @@ -34,19 +34,19 @@ requirements = [ "waitress==0.8.1", + "webob==1.0.8", "Pylons==1.0.0", - "Beaker==1.6.3", + "Beaker==1.6.4", "WebHelpers==1.3", "formencode==1.2.4", "SQLAlchemy==0.7.8", - "Mako==0.7.0", - "pygments>=1.4", + "Mako==0.7.2", + "pygments>=1.5", "whoosh>=2.4.0,<2.5", "celery>=2.2.5,<2.3", "babel", "python-dateutil>=1.5.0,<2.0.0", "dulwich>=0.8.5,<0.9.0", - "webob==1.0.8", "markdown==2.1.1", "docutils==0.8.1", "simplejson==2.5.2",