Update to newest version of Reader, fix webhooks and fix tests

This commit is contained in:
2022-09-26 19:43:51 +02:00
parent 4dd9b2b6b3
commit b8a94b6009
4 changed files with 334 additions and 117 deletions

View File

@ -6,9 +6,12 @@ authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
reader = "^2.12"
typer = { extras = ["all"], version = "^0.4.1" }
discord-webhook = "^0.16.0"
reader = "^3.2"
typer = { extras = ["all"], version = "^0.6.1" }
discord-webhook = "^0.17.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.3"
[build-system]
requires = ["poetry-core>=1.0.0"]