Skip to content

Commit

Permalink
Add PyYAML to pyproject.toml dependencies (#326) (#327)
Browse files Browse the repository at this point in the history
v0.17.2
  • Loading branch information
aidemsined authored Jan 20, 2025
2 parents 48dcf21 + 3ba4d21 commit 39f3d39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ dependencies = [
"python-dotenv==1.0.1",
"sqlalchemy==2.0.34",
"flask-socketio==5.4.1",
"flask-sqlalchemy==3.1.1"
"flask-sqlalchemy==3.1.1",
"PyYAML==6.0.2"
]

classifiers = [
Expand Down

0 comments on commit 39f3d39

Please sign in to comment.