changeset 2179:93f641f4b877 beta

bumped requirements for dulwich and mako
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 02 Apr 2012 20:59:44 +0200
parents 989c137f26eb
children c2d3cb1fdbde
files requires.txt rhodecode/__init__.py
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/requires.txt	Sun Apr 01 01:43:40 2012 +0300
+++ b/requires.txt	Mon Apr 02 20:59:44 2012 +0200
@@ -3,15 +3,15 @@
 WebHelpers==1.3
 formencode==1.2.4
 SQLAlchemy==0.7.6
-Mako==0.6.2
+Mako==0.7.0
 pygments>=1.4
 whoosh>=2.3.0,<2.4
 celery>=2.2.5,<2.3
 babel
 python-dateutil>=1.5.0,<2.0.0
-https://github.com/jelmer/dulwich/tarball/master
+dulwich>=0.8.5,<0.9.0
 webob==1.0.8
 markdown==2.1.1
 docutils==0.8.1
 py-bcrypt
-mercurial>=2.1,<2.2
+mercurial>=2.1,<2.2
\ No newline at end of file
--- a/rhodecode/__init__.py	Sun Apr 01 01:43:40 2012 +0300
+++ b/rhodecode/__init__.py	Mon Apr 02 20:59:44 2012 +0200
@@ -52,13 +52,13 @@
     "WebHelpers==1.3",
     "formencode==1.2.4",
     "SQLAlchemy==0.7.6",
-    "Mako==0.6.2",
+    "Mako==0.7.0",
     "pygments>=1.4",
     "whoosh>=2.3.0,<2.4",
     "celery>=2.2.5,<2.3",
     "babel",
     "python-dateutil>=1.5.0,<2.0.0",
-    "dulwich>=0.8.4,<0.9.0",
+    "dulwich>=0.8.5,<0.9.0",
     "webob==1.0.8",
     "markdown==2.1.1",
     "docutils==0.8.1",