Switch to side-by-side view
--- a/pyforge/setup.py +++ b/pyforge/setup.py @@ -31,12 +31,14 @@ "python-openid >= 2.2.4", "python-ldap == 2.3.9", "python-dateutil >= 1.4.1", - # "WebOb == 0.9.6.1", + "WebOb == 0.9.8", + "WebTest == 0.9.8", "python-oembed >= 0.1.1", "EasyWidgets >= 0.1.1", "PIL >= 1.1.7", "iso8601", "sf.phpsession==0.1", + "chardet==1.0.1" ], setup_requires=["PasteScript >= 1.7"], paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools', 'ForgeMail'],