添加 debug 依赖 matplotlib pyqt6

This commit is contained in:
2024-08-24 21:01:30 +08:00
parent 5ea3fcb234
commit 97e2abed78
2 changed files with 411 additions and 1 deletions

View File

@@ -50,8 +50,10 @@ nonebot-adapter-satori = '>=0.11.4,<0.13.0'
nonebot-plugin-orm = { extras = ['default'], version = '>=0.3,<0.8' }
[tool.poetry.group.debug.dependencies]
matplotlib = "^3.9.2"
memory-profiler = '^0.61.0'
objprint = '^0.2.2'
pyqt6 = "^6.7.1"
viztracer = '^0.16.2'
[build-system]