# HG changeset patch # User Marcin Kuzminski # Date 2011-10-16 23:08:29 # Node ID 5539b0eb2cfc023c7f91d6769352d0fbd79d3a90 # Parent 62c4027b032165bea9cda8e582c20b4ee05b8150 webob for beta should not use 1.1.1 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ requirements = [ "python-dateutil>=1.5.0,<2.0.0", "dulwich>=0.8.0,<0.9.0", "vcs>=0.2.3.dev", - "webob==1.1.1" + "webob==1.0.8" ] dependency_links = [