Update dependencies
This commit is contained in:
parent
9d06040a17
commit
ded34c4311
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue