Changeset 2285
- Timestamp:
- 04/14/09 17:07:19 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
mapfish-framework/plugins/client/trunk/mapfish.framework.plugins.client/setup.py
r2282 r2285 23 23 zip_safe=False, 24 24 install_requires=[ 25 "Paste>=1.7.2", "PasteDeploy>=1.3.2", "PasteScript>=1.7.3", 26 "Tempita>=0.2" 25 "PasteScript>=1.7.3", 26 "Tempita>=0.2", 27 "simplejson>=2.0.6" 27 28 ], 28 29 entry_points="""
