Changeset 931

Show
Ignore:
Timestamp:
08/21/08 14:17:34 (3 months ago)
Author:
elemoine
Message:

make sure we use Pylons 0.9.6, 0.9.7 isn't backward compatible

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/camptocamp/MapFishUnhcr/server/python/setup.py

    r868 r931  
    2929      license              = 'LGPLv3', 
    3030      install_requires     = ['SQLAlchemy >= 0.4.6', 
    31                               'Pylons >= 0.9.6.1', 
     31                              'Pylons <= 0.9.6.99', 
    3232                              'Shapely >= 1.0.3', 
    3333                              'GeoJSON >= 1.0a3'],