Skip to content

Commit dbcec2a

Browse files
committed
1 parent df4b71e commit dbcec2a

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
@@ -167,6 +167,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li
167167
"deps": [
168168
"galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<25.1",
169169
"galaxy-util <25.1",
170+
"pillow", # workaround for https://github.com/galaxyproject/galaxy/pull/20525
170171
],
171172
},
172173
python_requires=">=3.9, <3.14",

0 commit comments

Comments
 (0)