Skip to content

Commit

Permalink
馃敡upgrade toil_container dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juanesarango committed Jan 15, 2019
1 parent c7b997a commit f259ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"install_requires": [
"docker==2.5.1"{% if cookiecutter.cli_type == 'toil' %},
"toil_container>=0.2.4"{% else %}"click>=6.7"{% endif %}
"toil_container>=1.1.0"{% else %}"click>=6.7"{% endif %}
],
"extras_require": {
"test": [
Expand Down

0 comments on commit f259ec8

Please sign in to comment.