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 1
1
requests >= 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'
3
3
ruamel.yaml >= 0.15 ,< 0.17.28
4
4
rdflib >= 4.2.2 ,< 6.4
5
5
rdflib >= 4.2.2 , < 6.0.0 ;python_version < ='3.6'
Original file line number Diff line number Diff line change 113
113
"requests >= 2.6.1" , # >= 2.6.1 to workaround
114
114
# https://github.com/ionrock/cachecontrol/issues/137
115
115
"ruamel.yaml >= 0.15, < 0.17.28" ,
116
+ "ruamel.yaml >= 0.16.0, <0.17.28;python_version>='3.10'" ,
116
117
"rdflib >= 4.2.2, < 6.4.0" ,
117
118
"rdflib >= 4.2.2, < 6.0.0;python_version<='3.6'" ,
118
119
"shellescape >= 3.4.1, < 3.9" ,
119
120
"schema-salad >= 8.4, < 9" ,
120
- "mypy-extensions" ,
121
- "psutil >= 5.6.6" ,
122
121
"prov == 1.5.1" ,
123
122
"bagit >= 1.6.4" ,
123
+ "mypy-extensions" ,
124
+ "psutil >= 5.6.6" ,
124
125
"typing-extensions" ,
126
+ "importlib_resources>=1.4" ,
127
+ "importlib_metadata;python_version<'3.8'" ,
125
128
"coloredlogs" ,
126
129
"pydot >= 1.4.1" ,
130
+ "argcomplete" ,
127
131
"pyparsing != 3.0.2" , # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
128
132
"pyparsing < 3 ;python_version<='3.6'" , # breaks --print-dot (pydot)
129
- "argcomplete" ,
130
133
"cwl-utils >= 0.22" ,
131
134
],
132
135
extras_require = {
You can’t perform that action at this time.
0 commit comments