##// END OF EJS Templates
bumped up beaker version...
marcink -
r1790:f551007c beta
parent child Browse files
Show More
@@ -59,5 +59,3 b' CELERY_ON = False'
59
59
60 # link to config for pylons
60 # link to config for pylons
61 CONFIG = None
61 CONFIG = None
62
63
@@ -23,7 +23,6 b''
23 # You should have received a copy of the GNU General Public License
23 # You should have received a copy of the GNU General Public License
24 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # along with this program. If not, see <http://www.gnu.org/licenses/>.
25
25
26 import os
27 import logging
26 import logging
28
27
29 from rhodecode.config.environment import load_environment
28 from rhodecode.config.environment import load_environment
@@ -11,7 +11,7 b' if py_version < (2, 5):'
11
11
12 requirements = [
12 requirements = [
13 "Pylons==1.0.0",
13 "Pylons==1.0.0",
14 "Beaker==1.6.1",
14 "Beaker==1.6.2",
15 "WebHelpers>=1.2",
15 "WebHelpers>=1.2",
16 "formencode==1.2.4",
16 "formencode==1.2.4",
17 "SQLAlchemy==0.7.3",
17 "SQLAlchemy==0.7.3",
General Comments 0
You need to be logged in to leave comments. Login now