changeset 3467:80dc3a194d43

fix webtest dependency
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 26 Feb 2013 13:36:38 +0100
parents 9c5bfcf6cad7
children bbd72d82060a
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Feb 12 22:53:47 2013 +0100
+++ b/setup.py	Tue Feb 26 13:36:38 2013 +0100
@@ -35,6 +35,7 @@
 requirements = [
     "waitress==0.8.1",
     "webob==1.0.8",
+    "webtest==1.4.3",
     "Pylons==1.0.0",
     "Beaker==1.6.4",
     "WebHelpers==1.3",