changeset 1479:d0510f707051 beta

freeze webob version
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 22 Sep 2011 02:35:56 +0300
parents 236090bf758f
children daa29da0f783
files setup.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Sep 21 20:47:16 2011 +0300
+++ b/setup.py	Thu Sep 22 02:35:56 2011 +0300
@@ -21,7 +21,8 @@
         "babel",
         "python-dateutil>=1.5.0,<2.0.0",
         "dulwich>=0.8.0",
-        "vcs>=0.2.1.dev",        
+        "vcs>=0.2.1.dev",
+        "webob==1.0.8"    
     ]
 
 dependency_links = [