Skip to content

Commit 6b329ba

Browse files
committed
pin ruamel.yaml to working version
1 parent 30ef095 commit 6b329ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'schemas/v1.0/salad/schema_salad/metaschema/*.md']},
3838
install_requires=[
3939
'requests',
40-
'ruamel.yaml',
40+
'ruamel.yaml == 0.11.11',
4141
'rdflib >= 4.1.0',
4242
'rdflib-jsonld >= 0.3.0',
4343
'shellescape',

0 commit comments

Comments
 (0)