Skip to content

Commit

Permalink
setup.py was missing spython install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Dec 7, 2023
1 parent 035c873 commit 29af2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"argcomplete",
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
"cwl-utils >= 0.32",
"spython >= 0.3.0",
],
extras_require={
"deps": [
Expand Down

0 comments on commit 29af2be

Please sign in to comment.