From 557c82a1f5b1253875b94a259511266355445c35 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 4 Jan 2010 16:38:00 +0000 Subject: Updated dependency on ``WebOb`` to require a version which supports features now used in tests. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index eb73eb8ea..23a316266 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ install_requires=[ 'Paste > 1.7', # temp version pin to prevent PyPi install failure :-( 'PasteDeploy', 'PasteScript', - 'WebOb', + 'WebOb>=0.9.6', # tests fail with earlier versions 'repoze.lru', 'setuptools', 'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf) -- cgit v1.2.3