From 597f814f568bb26512c16bf58c901d11c6e3c4ca Mon Sep 17 00:00:00 2001 From: Abhinav Kaushlya Date: Tue, 26 Mar 2019 09:27:39 +0530 Subject: [PATCH] bear-requirements.txt: Add six~=1.11.0 coala-bears has been throwing internal version conflict due to six requirement. This works as temporary fix and ensures that six is managed manually. Closes https://github.com/coala/coala-bears/issues/2885 --- bear-requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bear-requirements.txt b/bear-requirements.txt index 578a2eebd5..516ee9ea91 100644 --- a/bear-requirements.txt +++ b/bear-requirements.txt @@ -35,6 +35,10 @@ restructuredtext-lint~=1.0 rstcheck~=3.1 safety~=1.8.2 scspell3k~=2.0 +# six was introduced to fix the version conflict +# arising due to the jsonschema's six requirement on +# Python3.4 since it had dropped support for the same. +six~=1.11.0 sqlparse~=0.2.4 vim-vint~=0.3.12,!=0.3.19 vulture~=0.25.0