Show
Ignore:
Timestamp:
2009年08月23日 15时40分34秒 (3 years ago)
Author:
jiangx
Message:

Fixed #28: downgrade pylons framework from 0.9.7 to 0.9.6.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.2.1.x/setup.py

    r55 r96  
    2626setup( 
    2727    name='pySvnManager', 
    28     version="0.3.0", 
     28    version="0.2.2", 
    2929    description='SVN authz web management tools.', 
    3030    author='Jiang Xin', 
     
    3232    url='https://sourceforge.net/projects/pysvnmanager', 
    3333    install_requires=[ 
    34             "Pylons>=0.9.7rc1", 
     34            "Pylons==0.9.6.2", 
    3535            "docutils", 
    3636            "Babel", 
    37             #"Mako>=0.2.2", 
    38             #"WebHelpers>=0.6.1", 
    39             #"Routes>=1.9.2", 
     37            "Mako>=0.2.2", 
     38            "WebHelpers>=0.6", 
     39            "Routes>=1.9.2", 
    4040            #"python-ldap", 
    4141    ],