File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- ruamel.yaml >= 0.16.0 , < 0.17.25 ;python_version >= '3.10'
2- ruamel.yaml >= 0.15.98 , < 0.17.25 ;python_version >= '3.9'
3- ruamel.yaml >= 0.15.78 , < 0.17.25 ;python_version >= '3.8'
4- ruamel.yaml >= 0.15.71 , < 0.17.25
1+ ruamel.yaml >= 0.16.0 , < 0.17.27 ;python_version >= '3.10'
2+ ruamel.yaml >= 0.15.98 , < 0.17.27 ;python_version >= '3.9'
3+ ruamel.yaml >= 0.15.78 , < 0.17.27 ;python_version >= '3.8'
4+ ruamel.yaml >= 0.15.71 , < 0.17.27
55schema-salad
Original file line number Diff line number Diff line change 2727 package_data = {"cwlupgrader.tests" : ["../testdata/**/*.cwl" ]},
2828 install_requires = [
2929 "setuptools" ,
30- "ruamel.yaml >= 0.16.0, < 0.17.25 ;python_version>='3.10'" ,
31- "ruamel.yaml >= 0.15.98, < 0.17.25 ;python_version>='3.9'" ,
32- "ruamel.yaml >= 0.15.78, < 0.17.25 ;python_version>='3.8'" ,
33- "ruamel.yaml >= 0.15.71, < 0.17.25 " ,
30+ "ruamel.yaml >= 0.16.0, < 0.17.27 ;python_version>='3.10'" ,
31+ "ruamel.yaml >= 0.15.98, < 0.17.27 ;python_version>='3.9'" ,
32+ "ruamel.yaml >= 0.15.78, < 0.17.27 ;python_version>='3.8'" ,
33+ "ruamel.yaml >= 0.15.71, < 0.17.27 " ,
3434 "schema_salad" ,
3535 ],
3636 entry_points = {"console_scripts" : ["cwl-upgrader = cwlupgrader.main:main" ]},
You can’t perform that action at this time.
0 commit comments