examples: add asyncpraw dependency (constrain aiosqlite to ^0.17 for asyncpraw compat)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Viktor Barzin 2026-05-28 22:03:27 +00:00
parent 1fac475ba2
commit 82d1e80ab9
2 changed files with 996 additions and 12 deletions

1005
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -19,6 +19,7 @@ click = "^8.1"
numpy = "^2.1"
pandas = "^2.2"
prometheus-fastapi-instrumentator = "^7.0"
asyncpraw = "^7.7"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3"
@ -28,7 +29,7 @@ mypy = "^1.11"
ruff = "^0.6"
yapf = "^0.43"
respx = "^0.21"
aiosqlite = "^0.20"
aiosqlite = "^0.17"
[build-system]
requires = ["poetry-core"]