From 025020c503ef5b8dc0270197c5b1e6d4e0f8807d Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 18 Apr 2023 18:03:02 +0800 Subject: ✨本体文件 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..0bf62ba --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,36 @@ +[tool.poetry] +name = "alicebot-example" +version = "0.1.0" +description = "AliceBot Example Bot" +license = "MIT" +authors = ["st1020 "] +readme = "README.md" +repository = "https://github.com/st1020/alicebot-example" + +[tool.poetry.dependencies] +python = "^3.8" +watchfiles = "^0.16.0" +alicebot = "^0.6.0" +alicebot-adapter-cqhttp = "^0.6.0" + +[tool.poetry.dev-dependencies] +black = "^22.6.0" +isort = "^5.10.0" +pre-commit = "^2.20.0" +pre-commit-hooks = "^4.2.0" + +[tool.pydantic-pycharm-plugin] +ignore-init-method-arguments = true + +[tool.black] +target-version = ["py38", "py39", "py310"] + +[tool.isort] +profile = "black" +length_sort = true +skip_gitignore = true +force_sort_within_sections = true + +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" -- cgit v1.2.3-70-g09d2