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
5
5
shellescape
6
6
schema-salad == 1.20.20161122192122
7
7
typing >= 3.5.2
8
8
cwltest >= 1.0.20160907111242
9
+ html5lib >= 0.90 , <= 0.9999999
Original file line number Diff line number Diff line change 42
42
'schemas/v1.1.0-dev1/salad/schema_salad/metaschema/*.md' ,
43
43
'cwlNodeEngine.js' ]},
44
44
install_requires = [
45
- 'setuptools >= 18.5' , # needed by html5lib
46
- 'requests' ,
45
+ 'setuptools' ,
46
+ 'requests>=1.0 ' ,
47
47
'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' ,
50
51
'shellescape' ,
51
52
'schema-salad >= 1.20.20161122192122, < 2' ,
52
53
'typing >= 3.5.2' ,
53
54
'cwltest >= 1.0.20160907111242' ],
54
- setup_requires = [
55
- 'setuptools >= 18.5' ],
56
55
test_suite = 'tests' ,
57
56
tests_require = [],
58
57
entry_points = {
You can’t perform that action at this time.
0 commit comments