Skip to content

Commit 29af2be

Browse files
committed
setup.py was missing spython install dependency
1 parent 035c873 commit 29af2be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"argcomplete",
116116
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
117117
"cwl-utils >= 0.32",
118+
"spython >= 0.3.0",
118119
],
119120
extras_require={
120121
"deps": [

0 commit comments

Comments
 (0)