diff --git a/setup.py b/setup.py index 3b6f8f1..8e42a2d 100755 --- a/setup.py +++ b/setup.py @@ -32,6 +32,6 @@ package_data={ }, test_suite='tests.tests', - install_requires=['WTForms>=1.0.5', 'SQLAlchemy>=0.7.10'], + install_requires=['WTForms==2.2.1', 'SQLAlchemy>=0.7.10'], tests_require=['coverage'], )