add pyyaml dep

This commit is contained in:
Alex Kelly 2022-11-29 22:22:30 -05:00
commit eb0231f4ba
2 changed files with 45 additions and 1 deletions

View file

@ -15,6 +15,7 @@ repository = "https://github.com/nim65s/matrix-webhook.git"
python = "^3.8"
Markdown = "^3.3.4"
matrix-nio = ">=0.18.3,<0.21.0"
PyYAML = "^6.0"
[tool.poetry.dev-dependencies]
httpx = "^0.23.0"