# HG changeset patch # User Marcin Kuzminski # Date 1318806509 -7200 # Node ID 5539b0eb2cfc023c7f91d6769352d0fbd79d3a90 # Parent 62c4027b032165bea9cda8e582c20b4ee05b8150 webob for beta should not use 1.1.1 diff -r 62c4027b0321 -r 5539b0eb2cfc setup.py --- a/setup.py Mon Oct 17 01:04:06 2011 +0200 +++ b/setup.py Mon Oct 17 01:08:29 2011 +0200 @@ -24,7 +24,7 @@ "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 = [