Skip to content

Commit

Permalink
dennis: Update dennis to 0.9
Browse files Browse the repository at this point in the history
This updates dennis to 0.9 and reverts
#1282
It also removes click as an explicit dependency

Fixes #1284
  • Loading branch information
Damian Czaja authored and gitmate-bot committed Dec 18, 2017
1 parent cc1ccd7 commit ac3f469
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .ci/generate_bear_requirements.py
Expand Up @@ -43,7 +43,6 @@

PINNED_PACKAGES = (
'radon',
'click',
'lxml',
)

Expand Down
3 changes: 1 addition & 2 deletions bear-requirements.txt
Expand Up @@ -4,11 +4,10 @@ apertium-lint~=0.29
autoflake~=0.7
autopep8~=1.2
bandit~=1.2
click==6.6
cmakelint~=1.3
cppclean~=0.12.0
cpplint~=1.3
dennis~=0.8
dennis~=0.9
docutils-ast-writer~=0.1.2
eradicate~=0.1.6
guess-language-spirit~=0.5.2
Expand Down
4 changes: 1 addition & 3 deletions bears/gettext/DennisBear.py
Expand Up @@ -23,9 +23,7 @@ class DennisBear:
"""

LANGUAGES = {'po', 'pot'}
REQUIREMENTS = {PipRequirement('dennis', '0.8'),
# Workaround for https://github.com/willkg/dennis/issues/91
PipRequirement('click', '6.6')}
REQUIREMENTS = {PipRequirement('dennis', '0.9')}
AUTHORS = {'The coala developers'}
AUTHORS_EMAILS = {'coala-devel@googlegroups.com'}
LICENSE = 'AGPL-3.0'
Expand Down

0 comments on commit ac3f469

Please sign in to comment.