diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-19 17:33:29 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-19 17:33:29 +0000 |
| commit | 2d5424869375bb9d3c4b24489aa164d9b8095e29 (patch) | |
| tree | 31506f94f2b49b2000ae5d133d15e1359dc04b03 /setup.py | |
| parent | 2c0f82dae84c3e4fc1d83c5bfb27750131487076 (diff) | |
| download | pyramid-2d5424869375bb9d3c4b24489aa164d9b8095e29.tar.gz pyramid-2d5424869375bb9d3c4b24489aa164d9b8095e29.tar.bz2 pyramid-2d5424869375bb9d3c4b24489aa164d9b8095e29.zip | |
- 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.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
