Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements: Require coala 0.9.1+ #1243

Merged
merged 2 commits into from
Jan 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bears/python/RadonBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class RadonBear(LocalBear):
LANGUAGES = {'Python', 'Python 2', 'Python 3'}
REQUIREMENTS = {PipRequirement('radon', '1.4')}
REQUIREMENTS = {PipRequirement('radon', '1.4.0')}
AUTHORS = {'The coala developers'}
AUTHORS_EMAILS = {'[email protected]'}
LICENSE = 'AGPL-3.0'
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use >= for development versions so that source builds always work
coala~=0.9
coala~=0.9.1
munkres3~=1.0
pylint~=1.6
autopep8~=1.2
Expand All @@ -14,7 +14,7 @@ html-linter~=0.3
# Do *not* use 0.3 which is not backwards compatible to common clang versions
libclang-py3==0.2
guess-language-spirit~=0.5
radon~=1.4
radon==1.4.0
requests~=2.12
yamllint~=1.5
cppclean~=0.12
Expand Down