Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ruamel dependency #249

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

emmeowzing
Copy link

project is missing the ruamel.yaml dependency. I had to install it manually after a failed runtime exception.

@cblakkan
Copy link
Member

cblakkan commented Jun 7, 2024

ruamel.yaml is currently intended to be an optional dependency. The library should only depend on it if you specify the ruamel parser explicitly not by default. It would be cool if we supported something like pip install yamale[ruamel] where a user could choose to have ruamel.yaml be a dependency and pyyaml not be a dependency but currently that's not supported.

@emmeowzing
Copy link
Author

Ah okay, maybe I'll take a look at implementing that instead on this PR, then.

@emmeowzing emmeowzing marked this pull request as draft June 7, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants