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
- ruamel.yaml >= 0.17.6 , < 0.17.27 ;python_version >= '3.7'
2
- ruamel.yaml >= 0.16.12 , < 0.17.27
1
+ ruamel.yaml >= 0.17.6 , < 0.18 ;python_version >= '3.7'
2
+ ruamel.yaml >= 0.16.12 , < 0.18
3
3
rdflib >= 4.2.2 , < 7.0.0
4
4
rdflib >= 4.2.2 , < 6.0.0 ;python_version < ='3.6'
5
5
rdflib-jsonld >= 0.4.0 , <= 0.6.1 ;python_version < ='3.6'
Original file line number Diff line number Diff line change 81
81
82
82
install_requires = [
83
83
"requests >= 1.0" ,
84
- "ruamel.yaml >= 0.17.6, < 0.17.27 ;python_version>='3.7'" ,
85
- "ruamel.yaml >= 0.16.12, < 0.17.27 " ,
84
+ "ruamel.yaml >= 0.17.6, < 0.18 ;python_version>='3.7'" ,
85
+ "ruamel.yaml >= 0.16.12, < 0.18 " ,
86
86
"rdflib >= 4.2.2, < 7.0.0" ,
87
87
"rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'" ,
88
88
"mistune>=2.0.3,<2.1" ,
You can’t perform that action at this time.
0 commit comments