diff --git a/poetry.lock b/poetry.lock index e7fa9df..381548c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -121,6 +121,20 @@ yarl = ">=1.0,<2.0" [package.extras] speedups = ["Brotli", "aiodns", "brotlicffi"] +[[package]] +name = "aiohttp-retry" +version = "2.8.3" +description = "Simple retry client for aiohttp" +optional = false +python-versions = ">=3.7" +files = [ + {file = "aiohttp_retry-2.8.3-py3-none-any.whl", hash = "sha256:3aeeead8f6afe48272db93ced9440cf4eda8b6fd7ee2abb25357b7eb28525b45"}, + {file = "aiohttp_retry-2.8.3.tar.gz", hash = "sha256:9a8e637e31682ad36e1ff9f8bcba912fcfc7d7041722bc901a4b948da4d71ea9"}, +] + +[package.dependencies] +aiohttp = "*" + [[package]] name = "aiosignal" version = "1.3.1" @@ -1621,4 +1635,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "83742e56b6f9f9c7faf9fd2cbc1b5579144004d18da7fc167e9a98ad4731e199" +content-hash = "a7be3c5b05dd92578271298fb689b183fc5c4a27bc25a63e0ee1d2273126baf0" diff --git a/pyproject.toml b/pyproject.toml index d5dead7..3654282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ nest-asyncio = "^1.5.8" aiofiles = "^23.2.1" rich = "^13.7.0" ipywidgets = "^8.1.1" +aiohttp-retry = "^2.8.3" [tool.poetry.scripts] dvuploader = "dvuploader.cli:app"