Pin wtforms==2.1

Tests fail with `wtforms==2.2.1`.  We're not sure of the reason but on
production this version is used and locally it's not, because we only
require flask-wtforms, which doesn't pin its requirements at all. We
should probably pin all requirements from jenkins onwards to prevent
this kind of thing happening again.
This commit is contained in:
Leo Hemsted
2018-07-05 17:44:23 +01:00
committed by GitHub
parent cb434db663
commit 0566e89aee

View File

@@ -2,6 +2,7 @@ ago==0.0.92
Flask==1.0.2
Flask-WTF==0.14.2
Flask-Login==0.4.1
wtforms==2.1 # pyup: ignore
blinker==1.4
pyexcel==0.5.8