summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/pyproject.toml b/pyproject.toml
deleted file mode 100644
index 9e5cf00..0000000
--- a/pyproject.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-[tool.poetry]
-name = "ATRI"
-version = "0.1.0"
-description = "ATRI"
-authors = []
-readme = "README.md"
-
-[tool.poetry.dependencies]
-python = "^3.7"
-nonebot2 = "^2.0.0.a1"
-nb-cli = "^0.1.0"
-
-[tool.poetry.dev-dependencies]
-nonebot-test = "^0.1.0"
-
-[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"