Changeset - e42b8e9a5f76
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-11-02 15:57:44
marcin@python-works.com
Bumped beaker
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -8,13 +8,13 @@ py_version = sys.version_info
 

	
 
if py_version < (2, 5):
 
    raise Exception('RhodeCode requires python 2.5 or later')
 

	
 
requirements = [
 
        "Pylons==1.0.0",
 
        "Beaker==1.5.4",
 
        "Beaker==1.6.1",
 
        "WebHelpers>=1.2",
 
        "formencode==1.2.4",
 
        "SQLAlchemy==0.7.3",
 
        "Mako==0.5.0",
 
        "pygments>=1.4",
 
        "mercurial>=2.0,<2.1",
0 comments (0 inline, 0 general)