diff --git a/pyproject.toml b/pyproject.toml index d1511f0..3450066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "asyncreq" -version = "0.0.4" +version = "0.0.5" description = "A lightweight library for making asynchronous HTTP requests." readme = "README.md" requires-python = ">=3.8" @@ -33,7 +33,8 @@ classifiers = [ ] dependencies = [ "fastapi>=0.103.2", - "aiohttp>=3.8.6" + "aiohttp>=3.8.6", + "async_timeout>=4.0.3" ] [project.urls]