|
a/pyforge/setup.py |
|
b/pyforge/setup.py |
|
... |
|
... |
32 |
"python-ldap == 2.3.9",
|
32 |
"python-ldap == 2.3.9",
|
33 |
"python-dateutil >= 1.4.1",
|
33 |
"python-dateutil >= 1.4.1",
|
34 |
# "WebOb == 0.9.6.1",
|
34 |
# "WebOb == 0.9.6.1",
|
35 |
"python-oembed >= 0.1.1",
|
35 |
"python-oembed >= 0.1.1",
|
36 |
"EasyWidgets >= 0.1.1",
|
36 |
"EasyWidgets >= 0.1.1",
|
37 |
"PIL >= 1.1.7"
|
37 |
"PIL >= 1.1.7",
|
|
|
38 |
"iso8601"
|
38 |
],
|
39 |
],
|
39 |
setup_requires=["PasteScript >= 1.7"],
|
40 |
setup_requires=["PasteScript >= 1.7"],
|
40 |
paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools', 'ForgeMail'],
|
41 |
paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools', 'ForgeMail'],
|
41 |
packages=find_packages(exclude=['ez_setup']),
|
42 |
packages=find_packages(exclude=['ez_setup']),
|
42 |
include_package_data=True,
|
43 |
include_package_data=True,
|