Switch to unified view
a/Allura/setup.py | b/Allura/setup.py | ||
---|---|---|---|
... |
... |
||
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,<=4.2", |
42 | "feedparser>=4.1,<=4.2", |
43 | "oauth2==1.2.0", |
||
43 | ], |
44 | ], |
44 | setup_requires=["PasteScript >= 1.7"], |
45 | setup_requires=["PasteScript >= 1.7"], |
45 | paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools', 'ForgeMail', 'Ming'], |
46 | paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools', 'ForgeMail', 'Ming'], |
46 | packages=find_packages(exclude=['ez_setup']), |
47 | packages=find_packages(exclude=['ez_setup']), |
47 | include_package_data=True, |
48 | include_package_data=True, |