Changeset - c5e04fa85403
[Not reviewed]
codereview
0 2 0
Marcin Kuzminski - 13 years ago 2012-06-17 21:29:30
marcin@python-works.com
bumped 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.3
 
WebHelpers==1.3
 
formencode==1.2.4
 
SQLAlchemy==0.7.6
 
SQLAlchemy==0.7.8
 
Mako==0.7.0
 
pygments>=1.4
 
whoosh>=2.4.0,<2.5
 
celery>=2.2.5,<2.3
 
babel
 
python-dateutil>=1.5.0,<2.0.0
rhodecode/__init__.py
Show inline comments
 
@@ -51,13 +51,13 @@ is_unix = __platform__ in PLATFORM_OTHER
 

	
 
requirements = [
 
    "Pylons==1.0.0",
 
    "Beaker==1.6.3",
 
    "WebHelpers==1.3",
 
    "formencode==1.2.4",
 
    "SQLAlchemy==0.7.6",
 
    "SQLAlchemy==0.7.8",
 
    "Mako==0.7.0",
 
    "pygments>=1.4",
 
    "whoosh>=2.4.0,<2.5",
 
    "celery>=2.2.5,<2.3",
 
    "babel",
 
    "python-dateutil>=1.5.0,<2.0.0",
0 comments (0 inline, 0 general)