first commit

This commit is contained in:
2022-05-24 10:38:31 +08:00
commit c7b9716a70
7 changed files with 509 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "nonebot-plugin-tetris-stats"
version = "0.1.0"
description = ""
authors = ["scdhh <wallfjjd@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
nonebot2 = "^2.0.0-beta.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"