Update dependencies

This commit is contained in:
Santiago Lo Coco 2023-12-01 15:27:36 -03:00
parent 9d06040a17
commit ded34c4311
1 changed files with 3 additions and 2 deletions

View File

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