Skip to content

Commit b687441

Browse files
author
Peter Amstutz
committed
Move cwltool so it isn't a core dependency
1 parent 207cf6d commit b687441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
'future',
2727
'connexion==1.4.2',
2828
'ruamel.yaml >= 0.12.4, <= 0.15.77',
29-
'cwlref-runner==1.0',
30-
'schema-salad >= 3.0, < 3.1',
29+
'schema-salad',
3130
'subprocess32==3.5.2'
3231
],
3332
entry_points={
3433
'console_scripts': ["wes-server=wes_service.wes_service_main:main",
3534
"wes-client=wes_client.wes_client_main:main"]
3635
},
3736
extras_require={
37+
"cwltool": ['cwlref-runner'],
3838
"arvados": ["arvados-cwl-runner"
3939
],
4040
"toil": ["toil[all]==3.18.0"

0 commit comments

Comments
 (0)