From a083474ecba32c834fa350f79a49ecf4e7657c74 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 18 Apr 2023 18:04:21 +0800 Subject: 🏷 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 0bf62ba..1a5ef0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,17 +1,17 @@ [tool.poetry] -name = "alicebot-example" +name = "iamai-example" version = "0.1.0" -description = "AliceBot Example Bot" +description = "iamai Example Bot" license = "MIT" authors = ["st1020 "] readme = "README.md" -repository = "https://github.com/st1020/alicebot-example" +repository = "https://github.com/st1020/iamai-example" [tool.poetry.dependencies] python = "^3.8" watchfiles = "^0.16.0" -alicebot = "^0.6.0" -alicebot-adapter-cqhttp = "^0.6.0" +iamai = "^0.6.0" +iamai-adapter-cqhttp = "^0.6.0" [tool.poetry.dev-dependencies] black = "^22.6.0" -- cgit v1.2.3-70-g09d2