From 1298d3ff9892b2aaf8d686ce8a0ac5533eb94181 Mon Sep 17 00:00:00 2001 From: johannes-gehrs Date: Thu, 6 Feb 2014 21:04:44 +0100 Subject: [PATCH] updates setup.py for wtforms 1.0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4a115e..5e6226f 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( packages=['wtformsparsleyjs', 'wtformsparsleyjs.sample'], platforms='any', install_requires=[ - 'WTForms>=1.0.4' + 'WTForms>=1.0.5' ], classifiers=[ 'Development Status :: 4 - Beta',