mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
17 lines
339 B
TOML
17 lines
339 B
TOML
[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"
|