add pyyaml dep
This commit is contained in:
parent
7ff165a6f7
commit
eb0231f4ba
2 changed files with 45 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue