switch from aiohttp to httpx

This commit is contained in:
2024-10-24 23:18:23 +08:00
parent 2ca7f8e908
commit e2e4083321
8 changed files with 126 additions and 125 deletions

View File

@@ -29,7 +29,7 @@ dependencies = [
"PyYAML",
"pygraphviz",
"aiofiles",
"aiohttp[speedups]"
"httpx[http2]"
]
[project.optional-dependencies]