Changeset - 052357653dc9
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2012-03-17 17:26:20
marcin@python-works.com
bump mako version
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
requires.txt
Show inline comments
 
@@ -3,7 +3,7 @@ Beaker==1.6.3
 
WebHelpers==1.3
 
formencode==1.2.4
 
SQLAlchemy==0.7.5
 
Mako==0.5.0
 
Mako==0.6.2
 
pygments>=1.4
 
whoosh>=2.3.0,<2.4
 
celery>=2.2.5,<2.3
rhodecode/__init__.py
Show inline comments
 
@@ -42,7 +42,7 @@ requirements = [
 
    "WebHelpers==1.3",
 
    "formencode==1.2.4",
 
    "SQLAlchemy==0.7.5",
 
    "Mako==0.5.0",
 
    "Mako==0.6.2",
 
    "pygments>=1.4",
 
    "whoosh>=2.3.0,<2.4",
 
    "celery>=2.2.5,<2.3",
0 comments (0 inline, 0 general)