Changeset 1762
- Timestamp:
- 08/17/06 16:42:35 (2 years ago)
- Files:
-
- trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/setup.py
r1761 r1762 35 35 url="http://www.turbogears.org", 36 36 zip_safe=False, 37 install_requires = ["TurboJson >= 0.9.2", "TurboCheetah >= 0.9.5", 38 "TurboKid >= 0.9.5", 37 install_requires = [ 38 "TurboJson >= 0.9.9", 39 "TurboCheetah >= 0.9.5", 40 "TurboKid >= 0.9.8", 39 41 "CherryPy >= 2.2.1", 40 "SQLObject >= 0.7.1dev_r1457", "simplejson >= 1.3", 41 "elementtree >= 1.2.6", "PasteScript >= 0.5.1", 42 "cElementTree >= 1.0.5", "FormEncode >= 0.5.1", 43 "setuptools >= 0.6a11", 44 "RuleDispatch", "ConfigObj >= 4.3.0", "nose >= 0.8"], 42 "SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99", 43 "simplejson >= 1.3", 44 "elementtree >= 1.2.6", 45 "PasteScript >= 0.9.7", 46 "cElementTree >= 1.0.5", 47 "FormEncode >= 0.5.1", 48 "setuptools >= 0.6c1", 49 "RuleDispatch", 50 "ConfigObj >= 4.3.2", 51 "nose >= 0.9"], 45 52 packages=find_packages(), 46 53 include_package_data=True,