Skip to content

Commit

Permalink
Merge pull request #8 from soda480/0.2.3
Browse files Browse the repository at this point in the history
Update project requirements
  • Loading branch information
soda480 authored Mar 15, 2021
2 parents c2fa528 + e8024ec commit c453e9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
authors = [Author('Emilio Reyes', '[email protected]')]
summary = 'Pybuilder plugin for radon cyclomatic complexity'
url = 'https://github.com/soda480/pybuilder-radon'
version = '0.2.2'
version = '0.2.3'
default_task = ['clean', 'publish']
license = 'Apache License, Version 2.0'
description = summary
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
radon
flake8_polyfill
1 change: 0 additions & 1 deletion src/main/python/pybuilder_radon/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def init_radon(project):
project.set_property_if_unset('radon_break_build_average_complexity_threshold', None)
project.set_property_if_unset('radon_break_build_complexity_threshold', None)
project.plugin_depends_on('radon')
project.plugin_depends_on('flake8_polyfill')


@task('radon', description='execute radon cyclomatic complexity')
Expand Down

0 comments on commit c453e9f

Please sign in to comment.