changeset 3406:4e9f00ddde4a beta

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