diff options
| author | 2023-04-18 18:04:21 +0800 | |
|---|---|---|
| committer | 2023-04-18 18:04:21 +0800 | |
| commit | a083474ecba32c834fa350f79a49ecf4e7657c74 (patch) | |
| tree | f9b170ace7a7648abb426a8269fb33acd64e927e /pyproject.toml | |
| parent | 025020c503ef5b8dc0270197c5b1e6d4e0f8807d (diff) | |
| download | HydroRoll-a083474ecba32c834fa350f79a49ecf4e7657c74.tar.gz HydroRoll-a083474ecba32c834fa350f79a49ecf4e7657c74.zip | |
🏷
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 10 |
1 files changed, 5 insertions, 5 deletions
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 <stone_1020@qq.com>"] 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" |
