File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
mypy==0.971
2
2
ruamel.yaml>=0.16.0,<0.17.22
3
3
schema-salad>=8.2.20211104054942,<9
4
- cwl-utils>=0.14
5
4
types-requests
6
5
types-setuptools
7
6
types-psutil
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ pydot>=1.4.1
15
15
argcomplete >= 1.12.0
16
16
pyparsing != 3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
17
17
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
Original file line number Diff line number Diff line change 121
121
"pyparsing != 3.0.2" , # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
122
122
"pyparsing < 3 ;python_version<='3.6'" , # breaks --print-dot (pydot)
123
123
"argcomplete" ,
124
- "cwl-utils >= 0.14 " ,
124
+ "cwl-utils @ git+https://github.com/common-workflow-language/cwl-utils.git@main#egg=cwl-utils " ,
125
125
],
126
126
extras_require = {
127
127
"deps" : ["galaxy-tool-util >= 21.1.0" ],
You can’t perform that action at this time.
0 commit comments