Add logging with loguru
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "discord-rss-bot"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = "RSS bot for Discord"
|
||||
authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
|
||||
|
||||
@ -17,6 +17,7 @@ python-multipart = "^0.0.5"
|
||||
python-dotenv = "^0.21.0"
|
||||
tomlkit = "^0.11.6"
|
||||
markdownify = "^0.11.6"
|
||||
loguru = "^0.6.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.2.0"
|
||||
|
Reference in New Issue
Block a user