add tenacity to retry transient blockouts by rightmove
This commit is contained in:
parent
289206afc0
commit
9b2653ce91
3 changed files with 20 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue