From c20b579523f664527efe82536e1f4898136071d6 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Thu, 4 Jan 2024 21:54:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=8E=92=E5=BA=8F=E4=B8=80=E4=B8=8B?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fce2b03..2c8b479 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,18 +8,18 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -dataclasses-json = "0.6.2" -tortoise-orm = "0.20.0" -loguru = "0.7.2" -uvloop = "0.19.0" -aiofiles = "23.2.1" aerich = "0.7.2" +aiofiles = "23.2.1" bilibili-api-python = {git = "https://github.com/Nemo2011/bilibili-api", rev = "dev"} +dataclasses-json = "0.6.2" +loguru = "0.7.2" +tortoise-orm = "0.20.0" +uvloop = "0.19.0" [tool.poetry.group.dev.dependencies] black = "23.11.0" -ruff = "0.1.6" ipython = "8.17.2" +ruff = "0.1.6" [tool.black] line-length = 80