Switch to unified view

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