Switch to unified view
a/pyforge/setup.py | b/pyforge/setup.py | ||
---|---|---|---|
... |
... |
||
13 | author='', |
13 | author='', |
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 | "Lamson >= 1.0", |
||
19 | "Django", |
20 | "Django", |
21 | "Carrot", |
||
20 | "Celery", |
22 | "Celery >= 0.8.0",
|
21 | "pymongo", |
23 | "pymongo", |
22 | ], |
24 | ], |
23 | setup_requires=["PasteScript >= 1.7"], |
25 | setup_requires=["PasteScript >= 1.7"], |
24 | paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'], |
26 | paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'], |
25 | packages=find_packages(exclude=['ez_setup']), |
27 | packages=find_packages(exclude=['ez_setup']), |