sdruskat / cff-in-the-wild

Analysis of Citation File Format files on GitHub
Apache License 2.0
2 stars 0 forks source link

Add pyyaml dependency to pyproject.toml #24

Closed jezcope closed 2 years ago

jezcope commented 2 years ago

The read_cff_files function uses the yaml module, but we've not specified this as a dependency yet.

sdruskat commented 2 years ago

@jezcope A quick question: Is this using the "old" PyYaml implementation, or ruamel.yaml? Just so that I don't pull in the wrong one...