From 19eef8916cc556dffa3f9d48498bea869ee74b88 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Wed, 10 Oct 2018 09:09:49 +0200
Subject: [PATCH] use webob's new offer normalization

---
 tox.ini |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tox.ini b/tox.ini
index 9dee1b2..a5bb0f6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,7 +26,7 @@
     testing
 
 deps =
-    -egit+https://github.com/Pylons/webob.git@master#egg=webob
+    -egit+https://github.com/mmerickel/webob.git@accept-offer-object#egg=webob
 
 [testenv:py27-scaffolds]
 basepython = python2.7

--
Gitblit v1.9.3