Skip to content

Commit 4fbf819

Browse files
vjaganat90Vasu Jaganath
andauthored
remove cwltool git dependency (PolusAI#322)
Co-authored-by: Vasu Jaganath <[email protected]>
1 parent e0a9301 commit 4fbf819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies = [
2121
# install separately using either `conda install graphviz` or `sudo apt install graphviz`.
2222
# This 'graphviz' is equivalent to `conda install python-graphviz` or
2323
# `sudo apt install python3-graphviz` ONLY.
24+
"cwltool",
2425
"graphviz",
2526
"jsonschema",
2627
"pyyaml",
@@ -108,7 +109,6 @@ runners = [
108109
]
109110
runners-src = [
110111
"toil[cwl] @ git+https://github.com/sameeul/toil.git",
111-
"cwltool @ git+https://github.com/sameeul/cwltool.git",
112112
"cwl-utils @ git+https://github.com/sameeul/cwl-utils.git",
113113
]
114114
# See docs/requirements.txt

0 commit comments

Comments
 (0)