Switch to unified view
a/pyforge/setup.py | b/pyforge/setup.py | ||
---|---|---|---|
... |
... |
||
37 | "EasyWidgets >= 0.1.1", |
37 | "EasyWidgets >= 0.1.1", |
38 | "PIL >= 1.1.7", |
38 | "PIL >= 1.1.7", |
39 | "iso8601", |
39 | "iso8601", |
40 | "sf.phpsession==0.1", |
40 | "sf.phpsession==0.1", |
41 | "chardet==1.0.1", |
41 | "chardet==1.0.1", |
42 | "feedparser==4.1",
|
42 | "feedparser>=4.1,<=4.2", |
43 | ], |
43 | ], |
44 | setup_requires=["PasteScript >= 1.7"], |
44 | setup_requires=["PasteScript >= 1.7"], |
45 | paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools', 'ForgeMail'], |
45 | paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools', 'ForgeMail'], |
46 | packages=find_packages(exclude=['ez_setup']), |
46 | packages=find_packages(exclude=['ez_setup']), |
47 | include_package_data=True, |
47 | include_package_data=True, |