Skip to content

Commit

Permalink
馃敡remove click as dependency for toil cli
Browse files Browse the repository at this point in the history
  • Loading branch information
juanesarango committed Jan 10, 2019
1 parent ef1cefd commit 9bd0d88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions {{cookiecutter.project_slug}}/setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
"pytest-runner==2.11.1"
],
"install_requires": [
"Click>=6.7",
"docker==2.5.1"{% if cookiecutter.cli_type == 'toil' %},
"toil_container>=0.2.4"{% endif %}
"toil_container>=0.2.4"{% else %}"click>=6.7"{% endif %}
],
"extras_require": {
"test": [
Expand Down

0 comments on commit 9bd0d88

Please sign in to comment.