Implement retry that automatically detect httpx and backoff (#119)

* server: implement retry that automatically detect httpx and backoff

Closes #118

* server: fix formatting
This commit is contained in:
2023-08-08 14:03:36 +02:00
committed by GitHub
parent 04d6a2cfae
commit 7d40305737
6 changed files with 139 additions and 45 deletions

View File

@@ -30,13 +30,13 @@ black = "^23.7.0"
[tool.poetry.group.client.dependencies]
pyaudio = "^0.2.13"
stamina = "^23.1.0"
[tool.poetry.group.tests.dependencies]
pytest-aiohttp = "^1.0.4"
pytest-asyncio = "^0.21.1"
pytest = "^7.4.0"
pytest-httpx = "^0.23.1"
[tool.poetry.group.aws.dependencies]