Switch to unified view
a/pyforge/setup.py | b/pyforge/setup.py | ||
---|---|---|---|
... |
... |
||
14 | author_email='', |
14 | author_email='', |
15 | #url='', |
15 | #url='', |
16 | install_requires=[ |
16 | install_requires=[ |
17 | "TurboGears2 >= 2.0b7", |
17 | "TurboGears2 >= 2.0b7", |
18 | "Babel >=0.9.4", |
18 | "Babel >=0.9.4", |
19 | "zope.sqlalchemy >= 0.4 ", |
19 | "Celery", |
20 | "repoze.tm2 >= 1.0a4", |
20 | "pymongo", |
21 | ], |
21 | ], |
22 | setup_requires=["PasteScript >= 1.7"], |
22 | setup_requires=["PasteScript >= 1.7"], |
23 | paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'], |
23 | paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'], |
24 | packages=find_packages(exclude=['ez_setup']), |
24 | packages=find_packages(exclude=['ez_setup']), |
25 | include_package_data=True, |
25 | include_package_data=True, |