Changeset 90

Show
Ignore:
Timestamp:
07/09/07 22:07:12
Author:
bbangert
Message:

Fixing dependencies for latest Paste versions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AuthKit/branches/0.4/setup.py

    r76 r90  
    6666    test_suite = 'nose.collector', 
    6767    install_requires = [ 
    68         "Paste>=1.3,<=1.4", 
    69         "nose>=0.9.2,<=1.0", 
    70         "PasteDeploy>=1.1,<=1.4", 
    71         "PasteScript>=1.1,<=1.4", 
    72         "python-openid>=1.1,<=1.2", 
    73         "python-yadis==1.0.1,<=1.1", 
    74         "python-urljr==1.0.0,<=1.1", 
    75         "elementtree>=1.2,<=1.3", 
    76         "beaker>=0.7.2", 
     68        "Paste>=1.4", "nose>=0.9.2", "PasteDeploy>=1.1",  
     69        "PasteScript>=1.1", "python-openid>=1.1,<=1.2",  
     70        "python-yadis==1.0.1,<=1.1", "python-urljr==1.0.0,<=1.1", 
     71        "elementtree>=1.2,<=1.3", "Beaker>=0.7.3", 
    7772    ], 
    7873    extras_require = { 
    79         'pylons': ["Pylons>=0.9.4,<=1.0"], 
     74        'pylons': ["Pylons>=0.9.5,<=1.0"], 
    8075        'mysql': ["SQLAlchemy>=0.3.2,<=0.4", "DBUtils>=0.9.2,<=1.0"], 
    8176        'full': [ 
    82             "Pylons>=0.9.4,<=1.0",  
     77            "Pylons>=0.9.5,<=1.0",  
    8378            "SQLAlchemy>=0.3.6,<=0.4",  
    8479            "DBUtils>=0.9.2,<=1.0",