添加case

This commit is contained in:
qiangyanwen 2022-05-26 09:11:59 +08:00
parent 79a7f7fe14
commit 7a94cdc958
1 changed files with 14 additions and 0 deletions

14
pyproject.toml Normal file
View File

@ -0,0 +1,14 @@
[tool.poetry]
name = "monitoring"
version = "0.1.0"
description = ""
authors = ["qiangyanwen <508737091@qq.com>"]
[tool.poetry.dependencies]
python = "3.8"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"