Skip to content

Commit 81a5d60

Browse files
committed
Add pathlib2 to setup.py
1 parent f91fa2e commit 81a5d60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
'shellescape >= 3.4.1, < 3.5',
5050
'schema-salad >= 2.1.20161216210732, < 3',
5151
'typing >= 3.5.2, < 3.6',
52-
'cwltest >= 1.0.20160907111242'],
52+
'cwltest >= 1.0.20160907111242',
53+
'pathlib2 >= 2.1.0'
54+
],
5355
test_suite='tests',
5456
tests_require=[],
5557
entry_points={

0 commit comments

Comments
 (0)