Skip to content

Commit 3c538dd

Browse files
committed
depend on newer cwltest
1 parent 1f6d8c5 commit 3c538dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ rdflib-jsonld >= 0.3.0
55
shellescape
66
schema-salad==1.17.20160820171034
77
typing>=3.5.2
8+
cwltest>=1.0.20160907111242

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'shellescape',
4949
'schema-salad==1.17.20160820171034',
5050
'typing >= 3.5.2',
51-
'cwltest'],
51+
'cwltest >= 1.0.20160907111242'],
5252
test_suite='tests',
5353
tests_require=[],
5454
entry_points={

0 commit comments

Comments
 (0)