File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11requests >= 2.6.1
2- ruamel.yaml >= 0.16.0 ,< 0.17.27 ;python_version >= '3.10'
2+ ruamel.yaml >= 0.16.0 ,< 0.17.28 ;python_version >= '3.10'
33ruamel.yaml >= 0.15 ,< 0.17.28
44rdflib >= 4.2.2 ,< 6.4
55rdflib >= 4.2.2 , < 6.0.0 ;python_version < ='3.6'
Original file line number Diff line number Diff line change 113113 "requests >= 2.6.1" , # >= 2.6.1 to workaround
114114 # https://github.com/ionrock/cachecontrol/issues/137
115115 "ruamel.yaml >= 0.15, < 0.17.28" ,
116+ "ruamel.yaml >= 0.16.0, <0.17.28;python_version>='3.10'" ,
116117 "rdflib >= 4.2.2, < 6.4.0" ,
117118 "rdflib >= 4.2.2, < 6.0.0;python_version<='3.6'" ,
118119 "shellescape >= 3.4.1, < 3.9" ,
119120 "schema-salad >= 8.4, < 9" ,
120- "mypy-extensions" ,
121- "psutil >= 5.6.6" ,
122121 "prov == 1.5.1" ,
123122 "bagit >= 1.6.4" ,
123+ "mypy-extensions" ,
124+ "psutil >= 5.6.6" ,
124125 "typing-extensions" ,
126+ "importlib_resources>=1.4" ,
127+ "importlib_metadata;python_version<'3.8'" ,
125128 "coloredlogs" ,
126129 "pydot >= 1.4.1" ,
130+ "argcomplete" ,
127131 "pyparsing != 3.0.2" , # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
128132 "pyparsing < 3 ;python_version<='3.6'" , # breaks --print-dot (pydot)
129- "argcomplete" ,
130133 "cwl-utils >= 0.22" ,
131134 ],
132135 extras_require = {
You can’t perform that action at this time.
0 commit comments