##// END OF EJS Templates
bump sqlalchemy version
marcink -
r2113:5a1a0756 beta
parent child Browse files
Show More
@@ -2,7 +2,7 b' Pylons==1.0.0'
2 Beaker==1.6.3
2 Beaker==1.6.3
3 WebHelpers==1.3
3 WebHelpers==1.3
4 formencode==1.2.4
4 formencode==1.2.4
5 SQLAlchemy==0.7.4
5 SQLAlchemy==0.7.5
6 Mako==0.5.0
6 Mako==0.5.0
7 pygments>=1.4
7 pygments>=1.4
8 whoosh>=2.3.0,<2.4
8 whoosh>=2.3.0,<2.4
@@ -41,7 +41,7 b' requirements = ['
41 "Beaker==1.6.3",
41 "Beaker==1.6.3",
42 "WebHelpers==1.3",
42 "WebHelpers==1.3",
43 "formencode==1.2.4",
43 "formencode==1.2.4",
44 "SQLAlchemy==0.7.4",
44 "SQLAlchemy==0.7.5",
45 "Mako==0.5.0",
45 "Mako==0.5.0",
46 "pygments>=1.4",
46 "pygments>=1.4",
47 "whoosh>=2.3.0,<2.4",
47 "whoosh>=2.3.0,<2.4",
General Comments 0
You need to be logged in to leave comments. Login now