Skip to content

Commit ff000db

Browse files
committed
setup.py: add six as explicit dependency
1 parent c66a3f9 commit ff000db

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
@@ -36,7 +36,8 @@
3636
'mistune >= 0.7.3, < 0.8',
3737
'typing >= 3.5.2, < 3.6',
3838
'CacheControl >= 0.11.7, < 0.12',
39-
'lockfile >= 0.9']
39+
'lockfile >= 0.9',
40+
'six >= 1.8.0']
4041

4142
# install_requires.append("avro") # TODO: remove me once cwltool is
4243
# available in Debian Stable, Ubuntu 12.04 LTS

0 commit comments

Comments
 (0)