Commit 15e93564 authored by Serge S. Koval's avatar Serge S. Koval

Force wtforms dependency version

parent 9137d709
...@@ -45,7 +45,7 @@ setup( ...@@ -45,7 +45,7 @@ setup(
platforms='any', platforms='any',
install_requires=[ install_requires=[
'Flask>=0.7', 'Flask>=0.7',
'wtforms' 'wtforms<2.0'
], ],
tests_require=[ tests_require=[
'nose>=1.0', 'nose>=1.0',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment