aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-18 18:04:21 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-18 18:04:21 +0800
commita083474ecba32c834fa350f79a49ecf4e7657c74 (patch)
treef9b170ace7a7648abb426a8269fb33acd64e927e /pyproject.toml
parent025020c503ef5b8dc0270197c5b1e6d4e0f8807d (diff)
downloadHydroRoll-a083474ecba32c834fa350f79a49ecf4e7657c74.tar.gz
HydroRoll-a083474ecba32c834fa350f79a49ecf4e7657c74.zip
🏷
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
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"