We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6d8c5 commit 3c538ddCopy full SHA for 3c538dd
requirements.txt
@@ -5,3 +5,4 @@ rdflib-jsonld >= 0.3.0
5
shellescape
6
schema-salad==1.17.20160820171034
7
typing>=3.5.2
8
+cwltest>=1.0.20160907111242
setup.py
@@ -48,7 +48,7 @@
48
'shellescape',
49
'schema-salad==1.17.20160820171034',
50
'typing >= 3.5.2',
51
- 'cwltest'],
+ 'cwltest >= 1.0.20160907111242'],
52
test_suite='tests',
53
tests_require=[],
54
entry_points={
0 commit comments