From 2d5424869375bb9d3c4b24489aa164d9b8095e29 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 19 Jan 2010 17:33:29 +0000 Subject: - When WebOb 0.9.7.1 was used, a deprecation warning was issued for the class attribute named ``charset`` within ``repoze.bfg.request.Request``. BFG now *requires* WebOb >= 0.9.7, and code was added so that this deprecation warning has disappeared. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 92ac1a3b4..30db71795 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>=0.9.6', # tests fail with earlier versions + 'WebOb>=0.9.7', # "default_charset" 'repoze.lru', 'setuptools', 'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf) -- cgit v1.2.3