|
a/pyforge/setup.py |
|
b/pyforge/setup.py |
|
... |
|
... |
29 |
"Pygments >= 1.1.1",
|
29 |
"Pygments >= 1.1.1",
|
30 |
"PyYAML >= 3.09",
|
30 |
"PyYAML >= 3.09",
|
31 |
"python-openid >= 2.2.4",
|
31 |
"python-openid >= 2.2.4",
|
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.8",
|
|
|
35 |
"WebTest == 0.9.8",
|
35 |
"python-oembed >= 0.1.1",
|
36 |
"python-oembed >= 0.1.1",
|
36 |
"EasyWidgets >= 0.1.1",
|
37 |
"EasyWidgets >= 0.1.1",
|
37 |
"PIL >= 1.1.7",
|
38 |
"PIL >= 1.1.7",
|
38 |
"iso8601",
|
39 |
"iso8601",
|
39 |
"sf.phpsession==0.1",
|
40 |
"sf.phpsession==0.1",
|
|
|
41 |
"chardet==1.0.1"
|
40 |
],
|
42 |
],
|
41 |
setup_requires=["PasteScript >= 1.7"],
|
43 |
setup_requires=["PasteScript >= 1.7"],
|
42 |
paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools', 'ForgeMail'],
|
44 |
paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools', 'ForgeMail'],
|
43 |
packages=find_packages(exclude=['ez_setup']),
|
45 |
packages=find_packages(exclude=['ez_setup']),
|
44 |
include_package_data=True,
|
46 |
include_package_data=True,
|