From 6557bab6f1cbaacb917a1eb0a9395ba0d03d59d5 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 5 Nov 2015 15:32:51 -0600 Subject: [PATCH] Switch to webtest >= 2.0.18 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d96ed178..05fe8fcc 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ install_requires = [ 'kombu', 'jinja2', 'Babel>=1.3', - 'WebTest==2.0.18', + 'WebTest>=2.0.18', 'ConfigObj', 'Markdown', 'sqlalchemy<0.9.0, >0.8.0', -- 2.25.1