File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- requests
2- ruamel.yaml == 0.12.4
3- rdflib >= 4.1.0
4- rdflib-jsonld > = 0.3.0
1+ requests >= 1.0
2+ ruamel.yaml == 0.12.4
3+ rdflib == 4.2.1
4+ rdflib-jsonld = = 0.3.0
55shellescape
66schema-salad == 1.20.20161122192122
77typing >= 3.5.2
88cwltest >= 1.0.20160907111242
9+ html5lib >= 0.90 , <= 0.9999999
Original file line number Diff line number Diff line change 4242 'schemas/v1.1.0-dev1/salad/schema_salad/metaschema/*.md' ,
4343 'cwlNodeEngine.js' ]},
4444 install_requires = [
45- 'setuptools >= 18.5' , # needed by html5lib
46- 'requests' ,
45+ 'setuptools' ,
46+ 'requests>=1.0 ' ,
4747 'ruamel.yaml == 0.12.4' ,
48- 'rdflib >= 4.1.0' ,
49- 'rdflib-jsonld >= 0.3.0' ,
48+ 'rdflib >= 4.2.0, < 4.3.0' ,
49+ 'rdflib-jsonld == 0.3.0' ,
50+ 'html5lib >=0.90, <= 0.9999999' ,
5051 'shellescape' ,
5152 'schema-salad >= 1.20.20161122192122, < 2' ,
5253 'typing >= 3.5.2' ,
5354 'cwltest >= 1.0.20160907111242' ],
54- setup_requires = [
55- 'setuptools >= 18.5' ],
5655 test_suite = 'tests' ,
5756 tests_require = [],
5857 entry_points = {
You can’t perform that action at this time.
0 commit comments