updates setup.py for wtforms 1.0.5

This commit is contained in:
johannes-gehrs
2014-02-06 21:04:44 +01:00
parent 0f2b5809df
commit 1298d3ff98
+1 -1
View File
@@ -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',