Update to newest version of Reader, fix webhooks and fix tests
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user