# HG changeset patch # User Marcin Kuzminski # Date 1318468828 -7200 # Node ID da2e3505b880e6c3b26f9f6150738c4d2cb4012e # Parent e7c6341ad3cbef82658bb2648bc80f1266f338cc webob library freeze diff -r e7c6341ad3cb -r da2e3505b880 setup.py --- a/setup.py Thu Oct 13 03:19:30 2011 +0200 +++ b/setup.py Thu Oct 13 03:20:28 2011 +0200 @@ -24,7 +24,7 @@ "python-dateutil>=1.5.0,<2.0.0", "dulwich>=0.8.0,<0.9.0", "vcs>=0.2.2.dev", - "webob>1.1.0,<1.2.0" + "webob==1.1.1" ] dependency_links = [