diff options
| author | Soren Hansen <soren@linux2go.dk> | 2011-06-21 18:42:57 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-06-21 18:42:57 +0000 |
| commit | 7cb4d3150bf0883944624d46bc458cfd25fa1c9a (patch) | |
| tree | dce2d4232866a83618066883f00f92907295d555 /tools | |
| parent | 29e2d55e9d47dd4abffdb871ee88af9083d022d1 (diff) | |
| parent | 652ccbd3d255c5c95337d874b9cba10f0ce40ebb (diff) | |
Stop trying to set a body for HTTP methods that do not allow it. It renders the unit tests useless (since they're testing a situation that can never arise) and webob 1.0.8 fails if you do this.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 7849dbea9..0da473109 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -15,7 +15,7 @@ python-daemon==1.5.5 python-gflags==1.3 redis==2.0.0 routes==1.12.3 -WebOb==0.9.8 +WebOb==1.0.8 wsgiref==0.1.2 mox==0.5.3 greenlet==0.3.1 |
