From d91d0de6cb7cc54c67da845ef4e41c396ad399ac Mon Sep 17 00:00:00 2001 From: Scott Torborg Date: Mon, 16 Nov 2009 17:59:40 -0800 Subject: [PATCH] webhelpers > 0.6.4 breaks the flash() behavior, so don't allow that --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7a4a041..063c337 100755 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ setup( author_email='chips@blue-sun-corp.com', #url='', install_requires=["Pylons>=0.9.6", + "WebHelpers==0.6.4", "SQLAlchemy>=0.4.1", "AuthKit>=0.4.0", "FormEncode>=1.2.1", -- 2.45.2