Changeset 406

Show
Ignore:
Timestamp:
09/23/08 14:41:49 (4 months ago)
Author:
johnbywater
Message:

Adjusted limits on versions of sqlobject dependency.

Files:

Legend:

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

    r405 r406  
    1818    # no way to specify the dependency on django as we need a specific revision 
    1919    install_requires = [ 
    20         'SQLObject>=0.10.0, <=0.10.2', 
     20        'SQLObject>=0.7.10, <=0.10.2', 
    2121        'simplejson', 
    2222        'markdown',