Changeset 931
- Timestamp:
- 08/21/08 14:17:34 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/camptocamp/MapFishUnhcr/server/python/setup.py
r868 r931 29 29 license = 'LGPLv3', 30 30 install_requires = ['SQLAlchemy >= 0.4.6', 31 'Pylons >= 0.9.6.1',31 'Pylons <= 0.9.6.99', 32 32 'Shapely >= 1.0.3', 33 33 'GeoJSON >= 1.0a3'],