Skip to content

Commit

Permalink
feat: add missing dependency pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Apr 1, 2024
1 parent 08deb3d commit 2516979
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contribute/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ Git add is there to check nothing was modified by QA suite.
.. code-block:: shell
git push `git rev-parse --abbrev-ref HEAD` --tags
git push origin `git rev-parse --abbrev-ref HEAD` --tags
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ hishel = ">=0.0.21,<0.0.26"
sentry-sdk = "^1.44.0"
essentials-configuration = "^2.0.4"
rodi = "^2.0.6"
pyyaml = "^6.0.1"

[tool.poetry.dependencies.whistle]
path = "./vendors/whistle"
Expand Down

0 comments on commit 2516979

Please sign in to comment.