Changeset 1762

Show
Ignore:
Timestamp:
08/17/06 16:42:35 (2 years ago)
Author:
elvelind
Message:

merge second part of 1760

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/setup.py

    r1761 r1762  
    3535    url="http://www.turbogears.org", 
    3636    zip_safe=False, 
    37     install_requires = ["TurboJson >= 0.9.2", "TurboCheetah >= 0.9.5", 
    38         "TurboKid >= 0.9.5", 
     37    install_requires = [ 
     38        "TurboJson >= 0.9.9",  
     39        "TurboCheetah >= 0.9.5", 
     40        "TurboKid >= 0.9.8", 
    3941        "CherryPy >= 2.2.1", 
    40         "SQLObject >= 0.7.1dev_r1457", "simplejson >= 1.3", 
    41         "elementtree >= 1.2.6", "PasteScript >= 0.5.1", 
    42         "cElementTree >= 1.0.5", "FormEncode >= 0.5.1", 
    43         "setuptools >= 0.6a11", 
    44         "RuleDispatch", "ConfigObj >= 4.3.0", "nose >= 0.8"], 
     42        "SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99", 
     43        "simplejson >= 1.3", 
     44        "elementtree >= 1.2.6",  
     45        "PasteScript >= 0.9.7", 
     46        "cElementTree >= 1.0.5",  
     47        "FormEncode >= 0.5.1", 
     48        "setuptools >= 0.6c1", 
     49        "RuleDispatch",  
     50        "ConfigObj >= 4.3.2",  
     51        "nose >= 0.9"], 
    4552    packages=find_packages(), 
    4653    include_package_data=True,