diff --git a/pyproject.toml b/pyproject.toml index 7ed36e1..ff85da2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebug" -version = "0.2.1" +version = "0.2.2" description = "nonebot2 test framework" authors = ["AkiraXie ", "yanyongyu "] license = "MIT" @@ -22,9 +22,9 @@ async-asgi-testclient = "^1.4.8" [tool.poetry.group.dev.dependencies] isort = "^5.10.1" black = "^22.1.0" +nonemoji = "^0.1.3" pre-commit = "^2.19.0" nonebot2 = { git = "https://github.com/nonebot/nonebot2.git" } -nonemoji = "^0.1.3" [tool.poetry.group.test.dependencies] pytest-cov = "^4.0.0"