add tenacity to retry transient blockouts by rightmove

This commit is contained in:
Viktor Barzin 2025-06-08 20:59:04 +00:00
parent 289206afc0
commit 9b2653ce91
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 20 additions and 3 deletions

View file

@ -24,6 +24,7 @@ aiohttp = "^3.11.18"
sqlmodel = "^0.0.24"
alembic = "^1.16.1"
sqlalchemy = {extras = ["asyncio"], version = "^2.0.41"}
tenacity = "^9.1.2"
[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.13"