From de7243135ee5e8cc67cdd37267b903695df40891 Mon Sep 17 00:00:00 2001 From: B1ue-Dev <60958064+B1ue-Dev@users.noreply.github.com> Date: Fri, 1 Sep 2023 01:20:31 +0700 Subject: [PATCH] chore: Update pyproject.toml --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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