File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
requests >= 1.0
2
- ruamel.yaml == 0.12.4
2
+ ruamel.yaml == 0.13.7
3
3
rdflib == 4.2.1
4
4
rdflib-jsonld == 0.4.0
5
5
shellescape == 3.4.1
6
- schema-salad >= 2.1.20161216210732 ,< 3
6
+ schema-salad >= 2.1.20161227155225 ,< 3
7
7
cwltest >= 1.0.20160907111242
8
8
typing == 3.5.2.2 ; python_version >= "2.7"
9
9
pathlib2 == 2.1.0
Original file line number Diff line number Diff line change 44
44
install_requires = [
45
45
'setuptools' ,
46
46
'requests >= 1.0' ,
47
- 'ruamel.yaml >= 0.12.4, < 0.12.5 ' ,
47
+ 'ruamel.yaml >= 0.12.4' ,
48
48
'rdflib >= 4.2.0, < 4.3.0' ,
49
49
'shellescape >= 3.4.1, < 3.5' ,
50
- 'schema-salad >= 2.1.20161221160224 , < 3' ,
50
+ 'schema-salad >= 2.1.20161227191302 , < 3' ,
51
51
'typing >= 3.5.2, < 3.6' ,
52
52
'cwltest >= 1.0.20160907111242' ,
53
53
'pathlib2 >= 2.1.0'
You can’t perform that action at this time.
0 commit comments