Skip to content

Commit 5aa41eb

Browse files
author
Peter Amstutz
committed
Add yaml dependency
1 parent c8e5acd commit 5aa41eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
install_requires=[
2424
'cwltool >= 1.0.20151013135545',
2525
'Flask',
26-
'requests'
26+
'requests',
27+
'yaml'
2728
],
2829
entry_points={
2930
'console_scripts': [ "cwltool-service=cwltool_service:main" ]

0 commit comments

Comments
 (0)