Changeset 5770

Show
Ignore:
Timestamp:
11/26/08 12:42:32 (1 month ago)
Author:
Gustavo
Message:

Updated the required repoze.what version

Files:

Legend:

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

    r5676 r5770  
    77                    'nose', 
    88                    'repoze.tm2', 
    9                     'TurboKid',  
    10                     'TurboJson',  
     9                    'TurboKid', 
     10                    'TurboJson', 
    1111                    'zope.sqlalchemy', 
    1212                    'SQLAlchemy>=0.5beta3', 
     
    3333        'Pylons>=0.9.7beta3', 
    3434        'ToscaWidgets>=0.9', 
    35         'repoze.what', 
    36         'repoze.what.plugins.sql', 
     35        'repoze.what>=1.0b1', 
     36        'repoze.what.plugins.sql>=1.0a1', 
    3737        'SQLAlchemy>=0.5beta3', 
    3838    ], 
    3939    extras_require={ 
    4040        #XXX: Perhaps this 'core-testing' extras_require can be removed 
    41         #     since tests_require takes care of that as long as TG is tested  
     41        #     since tests_require takes care of that as long as TG is tested 
    4242        #     with 'python setup.py test' (which we should IMHO so setuptools 
    4343        #     can take care of these details for us)