diff --git a/pyproject.toml b/pyproject.toml index dea339d..9e01f5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Articuno" -version = "v5.2.0" +version = "v5.3.0" description = "A fun Discord Bot, written with interactions.py." license = "GPL-3.0-only" authors = ["B1ue-Dev "] @@ -10,15 +10,15 @@ repository = "https://github.com/B1ue-Dev/Articuno" [tool.poetry.dependencies] python = ">=3.10,<4.0" -python-dotenv = "1.0.0" +beanie = "1.21.0" +colorlog = "6.7.0" discord-py-interactions = "5.9.2" google-api-python-client = "2.97.0" googletrans-py = "4.0.0" -Pillow = "9.4.0" +Pillow = "9.5.0" psutil = "5.9.5" pyfiglet = "0.8.post1" -bardapi = "0.1.32" -beanie = "1.21.0" +python-dotenv = "1.0.0" [tool.black] line-length = 79