Update pyproject.toml

docker optional-dependencies
This commit is contained in:
suyiiyii 2024-12-23 01:03:27 +08:00 committed by GitHub
parent 2645314899
commit e1c97aacad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,8 @@ test = [
"respx==0.21.1",
"freezegun==1.5.1",
]
[project.optional-dependencies]
docker = [
"nb-cli==1.4.2",
"nonebot2[aiohttp,fastapi]==2.3.3",