Replace aiohttp with httpx
This commit is contained in:
parent
46ffe7a70e
commit
299d644bc4
15 changed files with 40 additions and 95 deletions
|
|
@ -37,10 +37,11 @@ dependencies = [
|
|||
"uvicorn[standard] >= 0.18.0",
|
||||
"watchdog >= 2.1.0",
|
||||
"typeguard >= 2.10.0",
|
||||
"pymongo >= 3.0.0",
|
||||
"pymongo >= 4.0.0",
|
||||
"dill >= 0.3.5.0",
|
||||
'tqdm',
|
||||
"async_lru >= 1.0.0",
|
||||
"aiohttp[speedups] >= 3.8.0",
|
||||
"httpx >= 0.20.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
@ -60,7 +61,6 @@ dev = [
|
|||
"pytest-cov",
|
||||
"pytest-subtests",
|
||||
"pytest-asyncio",
|
||||
'tqdm',
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue