Add missing dev dependency to two toolkits (#419)

pytest asyncio was missing in dev deps for the reddit toolkit and notion
toolkit. This was causing PR workflows to fail.
This commit is contained in:
Eric Gustin 2025-06-09 11:06:07 -07:00 committed by GitHub
parent ce95b3abf2
commit bc8814e24f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@ arcade-ai = "^1.1.2"
[tool.poetry.dev-dependencies]
pytest = "^8.3.0"
pytest-cov = "^4.0.0"
pytest-asyncio = "^0.24.0"
mypy = "^1.5.1"
pre-commit = "^3.4.0"
tox = "^4.11.1"

View file

@ -12,6 +12,7 @@ httpx = "^0.27.2"
[tool.poetry.dev-dependencies]
pytest = "^8.3.0"
pytest-cov = "^4.0.0"
pytest-asyncio = "^0.24.0"
mypy = "^1.5.1"
pre-commit = "^3.4.0"
tox = "^4.11.1"