Skip to content

Commit

Permalink
fix: use pyyaml instead of pyaml
Browse files Browse the repository at this point in the history
As python is python, both `pyaml` and `pyyaml` exist, the former being mainly used for pretty-printing.
As we don't print anything, we can depend on `pyyaml` instead.
  • Loading branch information
koebi authored Aug 23, 2024
1 parent a16469b commit 163492b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ ruff
pytest

# testing
pyaml
pyyaml
pytest

0 comments on commit 163492b

Please sign in to comment.