test: add pytest asyncio dependency

This commit is contained in:
2026-06-03 16:34:37 +08:00
parent ba2417c7f2
commit 236ac19789
2 changed files with 16 additions and 0 deletions

View File

@ -22,6 +22,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"pytest>=9.0.0,<10.0.0",
"pytest-asyncio>=1.0.0,<2.0.0",
]
telegram = [
"python-telegram-bot>=22.0,<23.0",