From 0566e89aeec5a54aabfbeb5c3d8c5b8a7baac7d7 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 5 Jul 2018 17:44:23 +0100 Subject: [PATCH] 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. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 2f4105b1f..cb6f98e17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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