Changeset 5770
- Timestamp:
- 11/26/08 12:42:32 (1 month ago)
- Files:
-
- trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/setup.py
r5676 r5770 7 7 'nose', 8 8 'repoze.tm2', 9 'TurboKid', 10 'TurboJson', 9 'TurboKid', 10 'TurboJson', 11 11 'zope.sqlalchemy', 12 12 'SQLAlchemy>=0.5beta3', … … 33 33 'Pylons>=0.9.7beta3', 34 34 'ToscaWidgets>=0.9', 35 'repoze.what ',36 'repoze.what.plugins.sql ',35 'repoze.what>=1.0b1', 36 'repoze.what.plugins.sql>=1.0a1', 37 37 'SQLAlchemy>=0.5beta3', 38 38 ], 39 39 extras_require={ 40 40 #XXX: Perhaps this 'core-testing' extras_require can be removed 41 # since tests_require takes care of that as long as TG is tested 41 # since tests_require takes care of that as long as TG is tested 42 42 # with 'python setup.py test' (which we should IMHO so setuptools 43 43 # can take care of these details for us)