Skip to content

Commit 6416cfe

Browse files
committed
DO NOT MERGE: use remote branch of cwl-utils
1 parent 0561b73 commit 6416cfe

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

mypy-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
mypy==0.971
22
ruamel.yaml>=0.16.0,<0.17.22
33
schema-salad>=8.2.20211104054942,<9
4-
cwl-utils>=0.14
54
types-requests
65
types-setuptools
76
types-psutil

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ pydot>=1.4.1
1515
argcomplete>=1.12.0
1616
pyparsing != 3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
1717
pyparsing < 3;python_version<='3.6' # breaks --print-dot
18-
cwl-utils>=0.14
18+
cwl-utils @ git+https://github.com/common-workflow-language/cwl-utils.git@main#egg=cwl-utils

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
122122
"pyparsing < 3 ;python_version<='3.6'", # breaks --print-dot (pydot)
123123
"argcomplete",
124-
"cwl-utils >= 0.14",
124+
"cwl-utils @ git+https://github.com/common-workflow-language/cwl-utils.git@main#egg=cwl-utils",
125125
],
126126
extras_require={
127127
"deps": ["galaxy-tool-util >= 21.1.0"],

0 commit comments

Comments
 (0)