add nonebug as dev dependency

This commit is contained in:
yanyongyu
2021-12-10 17:09:12 +08:00
parent 5aedc52537
commit f160310aea
3 changed files with 58 additions and 2 deletions

View File

@ -40,6 +40,7 @@ sphinx = "^4.1.1"
isort = "^5.10.1"
black = "^21.11b1"
pytest-cov = "^3.0.0"
nonebug = { git = "https://github.com/nonebot/nonebug.git" }
sphinx-markdown-builder = { git = "https://github.com/nonebot/sphinx-markdown-builder.git" }
[tool.poetry.extras]