add encryption dependency

This commit is contained in:
StarHeartHunt
2021-07-03 13:53:43 +08:00
parent d669fed5e9
commit 3e66eb2fdb
2 changed files with 47 additions and 1 deletions

View File

@ -26,6 +26,7 @@ exclude = ["nonebot/__init__.py", "nonebot/adapters/__init__.py"]
python = "^3.7.3"
httpx = "^0.17.0"
nonebot2 = "^2.0.0-alpha.13"
pycryptodome = "^3.10.1"
[tool.poetry.dev-dependencies]
nonebot2 = { path = "../../", develop = true }