Skip to content
Merged
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies = [
# install separately using either `conda install graphviz` or `sudo apt install graphviz`.
# This 'graphviz' is equivalent to `conda install python-graphviz` or
# `sudo apt install python3-graphviz` ONLY.
"cwltool",
"graphviz",
"jsonschema",
"pyyaml",
Expand Down Expand Up @@ -108,7 +109,6 @@ runners = [
]
runners-src = [
"toil[cwl] @ git+https://github.com/sameeul/toil.git",
"cwltool @ git+https://github.com/sameeul/cwltool.git",
"cwl-utils @ git+https://github.com/sameeul/cwl-utils.git",
]
# See docs/requirements.txt
Expand Down