Changeset 90
- Timestamp:
- 07/09/07 22:07:12
- Files:
-
- AuthKit/branches/0.4/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AuthKit/branches/0.4/setup.py
r76 r90 66 66 test_suite = 'nose.collector', 67 67 install_requires = [ 68 "Paste>=1.3,<=1.4", 69 "nose>=0.9.2,<=1.0", 70 "PasteDeploy>=1.1,<=1.4", 71 "PasteScript>=1.1,<=1.4", 72 "python-openid>=1.1,<=1.2", 73 "python-yadis==1.0.1,<=1.1", 74 "python-urljr==1.0.0,<=1.1", 75 "elementtree>=1.2,<=1.3", 76 "beaker>=0.7.2", 68 "Paste>=1.4", "nose>=0.9.2", "PasteDeploy>=1.1", 69 "PasteScript>=1.1", "python-openid>=1.1,<=1.2", 70 "python-yadis==1.0.1,<=1.1", "python-urljr==1.0.0,<=1.1", 71 "elementtree>=1.2,<=1.3", "Beaker>=0.7.3", 77 72 ], 78 73 extras_require = { 79 'pylons': ["Pylons>=0.9. 4,<=1.0"],74 'pylons': ["Pylons>=0.9.5,<=1.0"], 80 75 'mysql': ["SQLAlchemy>=0.3.2,<=0.4", "DBUtils>=0.9.2,<=1.0"], 81 76 'full': [ 82 "Pylons>=0.9. 4,<=1.0",77 "Pylons>=0.9.5,<=1.0", 83 78 "SQLAlchemy>=0.3.6,<=0.4", 84 79 "DBUtils>=0.9.2,<=1.0",
