Changeset - bdf16af5472a
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2012-01-14 16:20:04
marcin@python-works.com
bumbed sqlalchemy version
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
requires.txt
Show inline comments
 
Pylons==1.0.0
 
Beaker==1.6.2
 
WebHelpers>=1.2
 
formencode==1.2.4
 
SQLAlchemy==0.7.3
 
SQLAlchemy==0.7.4
 
Mako==0.5.0
 
pygments>=1.4
 
mercurial>=2.0,<2.1
 
whoosh<1.8
 
celery>=2.2.5,<2.3
 
babel
rhodecode/__init__.py
Show inline comments
 
@@ -36,13 +36,13 @@ PLATFORM_OTHERS = ('Linux', 'Darwin', 'F
 

	
 
requirements = [
 
    "Pylons==1.0.0",
 
    "Beaker==1.6.2",
 
    "WebHelpers>=1.2",
 
    "formencode==1.2.4",
 
    "SQLAlchemy==0.7.3",
 
    "SQLAlchemy==0.7.4",
 
    "Mako==0.5.0",
 
    "pygments>=1.4",
 
    "mercurial>=2.0,<2.1",
 
    "whoosh<1.8",
 
    "celery>=2.2.5,<2.3",
 
    "babel",
0 comments (0 inline, 0 general)