Skip to content

Commit

Permalink
Downgrade PyYAML version
Browse files Browse the repository at this point in the history
5.4.1 is having issues installing on alpine. This is a cheap fix to get
the image building again.
  • Loading branch information
speshak committed Dec 8, 2024
1 parent 197b82a commit 54495ca
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 @@ -7,7 +7,7 @@ idna==2.10
itsdangerous==1.1.0
Jinja2==2.11.3
MarkupSafe==1.1.1
PyYAML==5.4.1
PyYAML==5.3.1
requests==2.25.1
urllib3==1.26.18
Werkzeug==1.0.1
Expand Down

0 comments on commit 54495ca

Please sign in to comment.