Skip to content

Commit ab9e86e

Browse files
authored
Remove indirect dependencies. (#245)
* Remove indirect dependencies. * Bump schema salad.
1 parent 76f3ac1 commit ab9e86e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@
4646
'requests>=1.0',
4747
'ruamel.yaml == 0.12.4',
4848
'rdflib >= 4.2.0, < 4.3.0',
49-
'rdflib-jsonld == 0.3.0',
50-
'html5lib >=0.90, <= 0.9999999',
5149
'shellescape',
52-
'schema-salad >= 1.21.20161206181442, < 2',
50+
'schema-salad >= 1.21.20161206204028, < 2',
5351
'typing >= 3.5.2',
5452
'cwltest >= 1.0.20160907111242'],
5553
test_suite='tests',

0 commit comments

Comments
 (0)