Skip to content

Commit

Permalink
bear-requirements.txt: Add six~=1.11.0
Browse files Browse the repository at this point in the history
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 #2885
  • Loading branch information
abhishalya committed Mar 26, 2019
1 parent fd5a5a7 commit 597f814
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bear-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 597f814

Please sign in to comment.