Skip to content

Commit

Permalink
Revert to PyYAML 5.3.1
Browse files Browse the repository at this point in the history
It seems installation of PyYAML 5.4.1 broke at some point, but it still works with 5.3.1: yaml/pyyaml#724
  • Loading branch information
pfirsich committed Dec 14, 2024
1 parent 5884b60 commit d3a6f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
install_requires=[
"Pygments==2.11.2",
"Jinja2==3.0.3",
"PyYAML==5.4.1",
"PyYAML==5.3.1",
"Markdown==3.3.7",
],
entry_points={
Expand Down

0 comments on commit d3a6f14

Please sign in to comment.